Skip to content

Commit c60c943

Browse files
jensmaurerzygoloid
authored andcommitted
[lex] Fix stray uses of 'source character set'
where it is obvious that 'basic source character set' is meant.
1 parent 7756db9 commit c60c943

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/lex.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
source file to be processed from phase 1 through phase 4, recursively.
124124
All preprocessing directives are then deleted.
125125

126-
\item Each source character set member in a character literal or a string
126+
\item Each basic source character set member in a character literal or a string
127127
literal, as well as each escape sequence and \grammarterm{universal-character-name} in a
128128
character literal or a non-raw string literal, is converted to the corresponding
129129
member of the execution character set~(\ref{lex.ccon}, \ref{lex.string}); if
@@ -1109,7 +1109,7 @@
11091109

11101110
\begin{bnf}
11111111
\nontermdef{c-char}\br
1112-
\textnormal{any member of the source character set except the single-quote \terminal{'}, backslash \terminal{\textbackslash}, or new-line character}\br
1112+
\textnormal{any member of the basic source character set except the single-quote \terminal{'}, backslash \terminal{\textbackslash}, or new-line character}\br
11131113
escape-sequence\br
11141114
universal-character-name
11151115
\end{bnf}
@@ -1460,7 +1460,7 @@
14601460

14611461
\begin{bnf}
14621462
\nontermdef{s-char}\br
1463-
\textnormal{any member of the source character set except the double-quote \terminal{"}, backslash \terminal{\textbackslash}, or new-line character}\br
1463+
\textnormal{any member of the basic source character set except the double-quote \terminal{"}, backslash \terminal{\textbackslash}, or new-line character}\br
14641464
escape-sequence\br
14651465
universal-character-name
14661466
\end{bnf}

0 commit comments

Comments
 (0)