|
262 | 262 |
|
263 | 263 | \pnum
|
264 | 264 | 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}. |
266 | 266 | \begin{note}
|
267 | 267 | Unicode short names are given only as a means to identifying the character;
|
268 | 268 | the numerical value has no other meaning in this context.
|
|
279 | 279 | \ucode{0021} & \uname{exclamation mark} & \tcode{!} \\
|
280 | 280 | \ucode{0022} & \uname{quotation mark} & \tcode{"} \\
|
281 | 281 | \ucode{0023} & \uname{number sign} & \tcode{\#} \\
|
| 282 | +\ucode{0024} & \uname{dollar sign} & \tcode{\$} \\ |
282 | 283 | \ucode{0025} & \uname{percent sign} & \tcode{\%} \\
|
283 | 284 | \ucode{0026} & \uname{ampersand} & \tcode{\&} \\
|
284 | 285 | \ucode{0027} & \uname{apostrophe} & \tcode{'} \\
|
|
297 | 298 | \ucode{003d} & \uname{equals sign} & \tcode{=} \\
|
298 | 299 | \ucode{003e} & \uname{greater-than sign} & \tcode{>} \\
|
299 | 300 | \ucode{003f} & \uname{question mark} & \tcode{?} \\
|
| 301 | +\ucode{0040} & \uname{commercial at} & \tcode{@} \\ |
300 | 302 | \ucode{0041} .. \ucode{005a} & \uname{latin capital letter a .. z} & \tcode{A B C D E F G H I J K L M} \\
|
301 | 303 | & & \tcode{N O P Q R S T U V W X Y Z} \\
|
302 | 304 | \ucode{005b} & \uname{left square bracket} & \tcode{[} \\
|
303 | 305 | \ucode{005c} & \uname{reverse solidus} & \tcode{\textbackslash} \\
|
304 | 306 | \ucode{005d} & \uname{right square bracket} & \tcode{]} \\
|
305 | 307 | \ucode{005e} & \uname{circumflex accent} & \tcode{\caret} \\
|
306 | 308 | \ucode{005f} & \uname{low line} & \tcode{_} \\
|
| 309 | +\ucode{0060} & \uname{grave accent} & \tcode{\`} \\ |
307 | 310 | \ucode{0061} .. \ucode{007a} & \uname{latin small letter a .. z} & \tcode{a b c d e f g h i j k l m} \\
|
308 | 311 | & & \tcode{n o p q r s t u v w x y z} \\
|
309 | 312 | \ucode{007b} & \uname{left curly bracket} & \tcode{\{} \\
|
|
0 commit comments