(Unicode Character Codes): Minor clarification.
This commit is contained in:
parent
4019930bf7
commit
3c9d0b5db8
|
@ -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
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…
Reference in New Issue