(Unicode Character Codes): Minor clarification.

This commit is contained in:
Richard Stallman 2024-02-01 21:54:24 -05:00
parent 4019930bf7
commit 3c9d0b5db8
2 changed files with 2 additions and 1 deletions

View File

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

2
c.texi
View File

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