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