From 3c9d0b5db808380e56704b91138de82814d40fb0 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 1 Feb 2024 21:54:24 -0500 Subject: [PATCH] (Unicode Character Codes): Minor clarification. --- ChangeLog | 1 + c.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9de42de..0a7ef1c 100644 --- a/ChangeLog +++ b/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 diff --git a/c.texi b/c.texi index 753ee4d..a06538a 100644 --- a/c.texi +++ b/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}).