Browse Source

(Unicode Character Codes): Minor clarification.

trunk
Richard Stallman 11 months ago
parent
commit
3c9d0b5db8
  1. 1
      ChangeLog
  2. 2
      c.texi

1
ChangeLog

@ -2,6 +2,7 @@
* c.texi: Specify @codequoteundirected on and @codequotebacktick on.
(Unions, Structures): Unions are also compond types.
(Unicode Character Codes): Minor clarification.
2024-01-30 Richard Stallman <rms@gnu.org>

2
c.texi

@ -4808,7 +4808,7 @@ UTF-16 for purposes too specialized to explain here.
Codes less than 00A0 are likewise invalid in universal character
names, and likewise cause errors, except for 0024 (@samp{$}), 0040
(@samp{@@}), and 0060 (@samp{`}). Character codes which can't be
(@samp{@@}), and 0060 (@samp{`}). Characters which can't be
represented with universal character names can be specified with octal
or hexadecimal escape sequences (@pxref{Character Constants}).

Loading…
Cancel
Save