From Jason Turner

[format.type.char]

Diff to HTML by rtfpessoa

tmp/tmpnnu6kch6/{from.md → to.md} RENAMED
@@ -1,8 +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
  | % `?` | Copies the escaped character [[format.string.escaped]] to the output. |
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]] with `value` converted to the unsigned version of the underlying type. |
7
  | % `?` | Copies the escaped character [[format.string.escaped]] to the output. |
8