Skip to content

Commit 0509bcc

Browse files
authored
Merge 2023-06 CWG Motion 5
P2558R2 Add @, $, and ` to the basic character set
2 parents b2cfbc8 + 13c6923 commit 0509bcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/lex.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262

263263
\pnum
264264
The \defnadj{basic}{character set} is a subset of the translation character set,
265-
consisting of 96 characters as specified in \tref{lex.charset.basic}.
265+
consisting of 99 characters as specified in \tref{lex.charset.basic}.
266266
\begin{note}
267267
Unicode short names are given only as a means to identifying the character;
268268
the numerical value has no other meaning in this context.
@@ -279,6 +279,7 @@
279279
\ucode{0021} & \uname{exclamation mark} & \tcode{!} \\
280280
\ucode{0022} & \uname{quotation mark} & \tcode{"} \\
281281
\ucode{0023} & \uname{number sign} & \tcode{\#} \\
282+
\ucode{0024} & \uname{dollar sign} & \tcode{\$} \\
282283
\ucode{0025} & \uname{percent sign} & \tcode{\%} \\
283284
\ucode{0026} & \uname{ampersand} & \tcode{\&} \\
284285
\ucode{0027} & \uname{apostrophe} & \tcode{'} \\
@@ -297,13 +298,15 @@
297298
\ucode{003d} & \uname{equals sign} & \tcode{=} \\
298299
\ucode{003e} & \uname{greater-than sign} & \tcode{>} \\
299300
\ucode{003f} & \uname{question mark} & \tcode{?} \\
301+
\ucode{0040} & \uname{commercial at} & \tcode{@} \\
300302
\ucode{0041} .. \ucode{005a} & \uname{latin capital letter a .. z} & \tcode{A B C D E F G H I J K L M} \\
301303
& & \tcode{N O P Q R S T U V W X Y Z} \\
302304
\ucode{005b} & \uname{left square bracket} & \tcode{[} \\
303305
\ucode{005c} & \uname{reverse solidus} & \tcode{\textbackslash} \\
304306
\ucode{005d} & \uname{right square bracket} & \tcode{]} \\
305307
\ucode{005e} & \uname{circumflex accent} & \tcode{\caret} \\
306308
\ucode{005f} & \uname{low line} & \tcode{_} \\
309+
\ucode{0060} & \uname{grave accent} & \tcode{\`} \\
307310
\ucode{0061} .. \ucode{007a} & \uname{latin small letter a .. z} & \tcode{a b c d e f g h i j k l m} \\
308311
& & \tcode{n o p q r s t u v w x y z} \\
309312
\ucode{007b} & \uname{left curly bracket} & \tcode{\{} \\

0 commit comments

Comments
 (0)