Skip to content

Commit 9a8f4fd

Browse files
jensmaurertkoeppe
authored andcommitted
[lex.ccon] Align char16_t phrasing to UTF-8 one (#1847)
1 parent fc15ada commit 9a8f4fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/lex.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,10 +1156,10 @@
11561156
\indextext{prefix!\idxcode{u}}%
11571157
is a character literal of type \tcode{char16_t}. The value
11581158
of a \tcode{char16_t} character literal containing a single \grammarterm{c-char} is
1159-
equal to its ISO 10646 code point value, provided that the code point is
1160-
representable with a single 16-bit code unit. (That is, provided it is a
1161-
basic multi-lingual plane code point.) If the value is not representable
1162-
within 16 bits, the program is ill-formed. A \tcode{char16_t} character literal
1159+
equal to its ISO 10646 code point value, provided that the code point value is
1160+
representable with a single 16-bit code unit (that is, provided it is in the
1161+
basic multi-lingual plane). If the value is not representable
1162+
with a single 16-bit code unit, the program is ill-formed. A \tcode{char16_t} character literal
11631163
containing multiple \grammarterm{c-char}{s} is ill-formed.
11641164

11651165
\pnum

0 commit comments

Comments
 (0)