tmp/tmp3xsiy_kc/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
**Table: Meaning of type options for `charT`** <a id="format.type.char">[format.type.char]</a>
|
| 2 |
|
| 3 |
| Type | Meaning |
|
| 4 |
-
| ------------------------------ | ------------------------------------ |
|
| 5 |
| none, `c` | Copies the character to the output. |
|
| 6 |
| % `b`, `B`, `d`, `o`, `x`, `X` | As specified in [[format.type.int]]. |
|
|
|
|
| 7 |
|
|
|
|
| 1 |
**Table: Meaning of type options for `charT`** <a id="format.type.char">[format.type.char]</a>
|
| 2 |
|
| 3 |
| Type | Meaning |
|
| 4 |
+
| ------------------------------ | --------------------------------------------------------------------- |
|
| 5 |
| none, `c` | Copies the character to the output. |
|
| 6 |
| % `b`, `B`, `d`, `o`, `x`, `X` | As specified in [[format.type.int]]. |
|
| 7 |
+
| % `?` | Copies the escaped character [[format.string.escaped]] to the output. |
|
| 8 |
|