You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/lex.tex
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@
123
123
source file to be processed from phase 1 through phase 4, recursively.
124
124
All preprocessing directives are then deleted.
125
125
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
127
127
literal, as well as each escape sequence and \grammarterm{universal-character-name} in a
128
128
character literal or a non-raw string literal, is converted to the corresponding
129
129
member of the execution character set~(\ref{lex.ccon}, \ref{lex.string}); if
@@ -1109,7 +1109,7 @@
1109
1109
1110
1110
\begin{bnf}
1111
1111
\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
1113
1113
escape-sequence\br
1114
1114
universal-character-name
1115
1115
\end{bnf}
@@ -1460,7 +1460,7 @@
1460
1460
1461
1461
\begin{bnf}
1462
1462
\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
0 commit comments