From Jason Turner

[diff.char16]

Diff to HTML by rtfpessoa

tmp/tmp8bq2pjpi/{from.md → to.md} RENAMED
@@ -1,7 +1,7 @@
1
- #### Types `char16_t` and `char32_t` <a id="diff.char16">[[diff.char16]]</a>
2
 
3
- The types `char16_t` and `char32_t` are distinct types rather than
4
- typedefs to existing integral types. The tokens `char16_t` and
5
- `char32_t` are keywords in C++ [[lex.key]]. They do not appear as macro
6
- or type names defined in `<cuchar>`.
7
 
 
1
+ #### Types `char8_t`, `char16_t`, and `char32_t` <a id="diff.char16">[[diff.char16]]</a>
2
 
3
+ The types `char8_t`, `char16_t`, and `char32_t` are distinct types
4
+ rather than typedefs to existing integral types. The tokens `char8_t`,
5
+ `char16_t`, and `char32_t` are keywords in C++ [[lex.key]]. They do not
6
+ appear as macro or type names defined in `<cuchar>`.
7