Skip to content

Commit 8be3a58

Browse files
committed
Fixup: transcription errors
1 parent 2a7219f commit 8be3a58

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

source/lex.tex

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@
12461246

12471247
\begin{bnf}
12481248
\nontermdef{simple-escape-sequence-char} \textnormal{one of}\br
1249-
\terminal{' " ? \textbackslash a b f n r t v}
1249+
\terminal{' " ? \textbackslash{} a b f n r t v}
12501250
\end{bnf}
12511251

12521252
\begin{bnf}
@@ -1318,7 +1318,8 @@
13181318
determines encodability,
13191319
but does not determine the value of
13201320
non-encodable ordinary character literals or ordinary multicharacter literals.
1321-
The examples for non-encodable ordinary and wide character literals assume that
1321+
The examples in \tref{lex.ccon.literal}
1322+
for non-encodable ordinary and wide character literals assume that
13221323
the specified character lacks representation in the execution character set, or
13231324
that encoding it would require more than one code unit.
13241325
\end{note}
@@ -1344,19 +1345,19 @@
13441345
\keyword{int} &
13451346
character set &
13461347
\tcode{'abcd'} \\ \hline
1347-
\tcode{'L'} &
1348+
\tcode{L} &
13481349
\defnx{wide character literal}{literal!character!wide} &
13491350
\keyword{wchar_t} &
13501351
encoding of &
13511352
\tcode{L'w'} \\
13521353
&
13531354
non-encodable wide character literal &
1354-
&
1355+
\keyword{wchar_t} &
13551356
the execution &
13561357
\tcode{L'\textbackslash U0001F32A'} \\
13571358
&
13581359
wide multicharacter literal &
1359-
&
1360+
\keyword{wchar_t} &
13601361
wide-character set &
13611362
\tcode{L'abcd'} \\ \hline
13621363
\tcode{u8} &
@@ -1800,8 +1801,8 @@
18001801
\indextext{\idxcode{0}|seealso{zero, null}}%
18011802
\indextext{\idxcode{0}!string terminator}%
18021803
\indextext{\idxcode{0}!null character|see {character, null}}%
1803-
In translation phase 7\iref{lex.phases},
1804-
after adjacent string-literals are concatenated,
1804+
In translation phase 6\iref{lex.phases},
1805+
after adjacent \grammarterm{string-literal}s are concatenated,
18051806
a null character is appended to the result.
18061807

18071808
\pnum
@@ -1882,7 +1883,7 @@
18821883
\item
18831884
Each \grammarterm{conditional-escape-sequence}\iref{lex.ccon}
18841885
contributes an
1885-
\impdef{code unit sequence of \grammarterm{conditional-escape-sequence}}
1886+
\impldef{code unit sequence for \grammarterm{conditional-escape-sequence}}
18861887
code unit sequence.
18871888
When encoding a stateful character encoding,
18881889
it is

0 commit comments

Comments
 (0)