Document Number: | P2891R0 |
---|---|
Date: | 2023-05-16 |
Audience: | SG16 |
Reply-to: | Tom Honermann <tom@honermann.net> |
Summaries of SG16 meetings are maintained at https://github.com/sg16-unicode/sg16-meetings. This paper contains a snapshot of select meeting summaries from that repository.
Previously published SG16 meeting summary papers:
NameAliases.txt is more clear in its intent:0007 <control> = BELL
]# Note that no formal name alias for the ISO 6429 "BELL" is # provided for U+0007, because of the existing name collision # with U+1F514 BELL. 0007;ALERT;control 0007;BEL;abbreviation
SF | F | N | A | SA |
---|---|---|---|---|
6 | 2 | 0 | 0 | 0 |
SF | F | N | A | SA |
---|---|---|---|---|
7 | 2 | 0 | 0 | 0 |
SF | F | N | A | SA |
---|---|---|---|---|
0 | 4 | 1 | 0 | 1 |
SF | F | N | A | SA |
---|---|---|---|---|
1 | 1 | 3 | 2 | 0 |
F | N | A |
---|---|---|
4 | 1 | 1 |
SF | F | N | A | SA |
---|---|---|---|---|
3 | 5 | 0 | 0 | 0 |
SF | F | N | A | SA |
---|---|---|---|---|
1 | 2 | 1 | 3 | 1 |
SF | F | N | A | SA |
---|---|---|---|---|
4 | 2 | 0 | 1 | 0 |
SF | F | N | A | SA |
---|---|---|---|---|
5 | 1 | 0 | 0 | 1 |
SF | F | N | A | SA |
---|---|---|---|---|
6 | 0 | 1 | 0 | 0 |
SF | F | N | A | SA |
---|---|---|---|---|
2 | 4 | 0 | 0 | 0 |
SF | F | N | A | SA |
---|---|---|---|---|
0 | 1 | 1 | 4 | 0 |
SF | F | N | A | SA |
---|---|---|---|---|
1 | 1 | 1 | 2 | 1 |
SF | F | N | A | SA |
---|---|---|---|---|
0 | 0 | 3 | 3 | 0 |
Poll 2: UTF transcoding interfaces provided by the C++ standard library should operate on charN_t types, with support for other types provided by adapters, possibly with a special case for char and wchar_t when their associated literal encodings are UTF.
SF | F | N | A | SA |
---|---|---|---|---|
1 | 1 | 4 | 2 | 1 |
D71 High-surrogate code point: A Unicode code point in the range U+D800 to U+DBFF.
…
D73 Low-surrogate code point: A Unicode code point in the range U+DC00 to U+DFFF.
D75 Surrogate pair: …
- …
- Sometimes high-surrogate code units are referred to as leading surrogates. Low-surrogate code units are then referred to as trailing surrogates. This is analogous to usage in UTF-8, which has leading bytes and trailing bytes.
- …