File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1339
1339
The associated character encoding for ordinary and wide character literals
1340
1340
determines encodability,
1341
1341
but does not determine the value of
1342
- non-encodable ordinary character literals or ordinary multicharacter literals.
1342
+ non-encodable ordinary or wide character literals or
1343
+ ordinary or wide multicharacter literals.
1343
1344
The examples in \tref {lex.ccon.literal }
1344
1345
for non-encodable ordinary and wide character literals assume that
1345
- the specified character lacks representation in the execution character set, or
1346
+ the specified character lacks representation in
1347
+ the execution character set or execution wide-character set, respectively, or
1346
1348
that encoding it would require more than one code unit.
1347
1349
\end {note }
1348
1350
You can’t perform that action at this time.
0 commit comments