Skip to content

Commit 5fb6475

Browse files
committed
P2558R2 Add @, $, and ` to the basic character set
1 parent c0685a5 commit 5fb6475

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
@@ -261,7 +261,7 @@
261261

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

0 commit comments

Comments
 (0)