tmp/tmpgi0s6jzh/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**Table: Basic character set** <a id="lex.charset.basic">[lex.charset.basic]</a>
|
| 2 |
+
|
| 3 |
+
| character | | glyph |
|
| 4 |
+
| -------------------- | --------------------------- | --------------------------- |
|
| 5 |
+
| `U+0009` | character tabulation | |
|
| 6 |
+
| `U+000b` | line tabulation | |
|
| 7 |
+
| `U+000c` | form feed | |
|
| 8 |
+
| `U+0020` | space | |
|
| 9 |
+
| `U+000a` | line feed | new-line |
|
| 10 |
+
| `U+0021` | exclamation mark | `!` |
|
| 11 |
+
| `U+0022` | quotation mark | `"` |
|
| 12 |
+
| `U+0023` | number sign | `#` |
|
| 13 |
+
| `U+0025` | percent sign | `%` |
|
| 14 |
+
| `U+0026` | ampersand | `&` |
|
| 15 |
+
| `U+0027` | apostrophe | `'` |
|
| 16 |
+
| `U+0028` | left parenthesis | `(` |
|
| 17 |
+
| `U+0029` | right parenthesis | `)` |
|
| 18 |
+
| `U+002a` | asterisk | `*` |
|
| 19 |
+
| `U+002b` | plus sign | `+` |
|
| 20 |
+
| `U+002c` | comma | `,` |
|
| 21 |
+
| `U+002d` | hyphen-minus | `-` |
|
| 22 |
+
| `U+002e` | full stop | `.` |
|
| 23 |
+
| `U+002f` | solidus | `/` |
|
| 24 |
+
| `U+0030` .. `U+0039` | digit zero .. nine | `0 1 2 3 4 5 6 7 8 9` |
|
| 25 |
+
| `U+003a` | colon | `:` |
|
| 26 |
+
| `U+003b` | semicolon | `;` |
|
| 27 |
+
| `U+003c` | less-than sign | `<` |
|
| 28 |
+
| `U+003d` | equals sign | `=` |
|
| 29 |
+
| `U+003e` | greater-than sign | `>` |
|
| 30 |
+
| `U+003f` | question mark | `?` |
|
| 31 |
+
| `U+0041` .. `U+005a` | latin capital letter a .. z | `A B C D E F G H I J K L M` |
|
| 32 |
+
| | | `N O P Q R S T U V W X Y Z` |
|
| 33 |
+
| `U+005b` | left square bracket | `[` |
|
| 34 |
+
| `U+005c` | reverse solidus | \texttt{\} |
|
| 35 |
+
| `U+005d` | right square bracket | `]` |
|
| 36 |
+
| `U+005e` | circumflex accent | `^` |
|
| 37 |
+
| `U+005f` | low line | `_` |
|
| 38 |
+
| `U+0061` .. `U+007a` | latin small letter a .. z | `a b c d e f g h i j k l m` |
|
| 39 |
+
| | | `n o p q r s t u v w x y z` |
|
| 40 |
+
| `U+007b` | left curly bracket | \texttt{\ |
|
| 41 |
+
| `U+007c` | vertical line | `|` |
|
| 42 |
+
| `U+007d` | right curly bracket | `}` |
|
| 43 |
+
| `U+007e` | tilde | `~` |
|
| 44 |
+
|