tmp/tmpzhm5tx68/{from.md → to.md}
RENAMED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
###### Multibyte strings <a id="multibyte.strings">[[multibyte.strings]]</a>
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
A *null-terminated multibyte string*, or NTMBS, is an NTBS that
|
| 4 |
constitutes a sequence of valid multibyte characters, beginning and
|
| 5 |
ending in the initial shift state.[^11]
|
| 6 |
|
| 7 |
A *static NTMBS* is an NTMBS with static storage duration.
|
|
|
|
| 1 |
###### Multibyte strings <a id="multibyte.strings">[[multibyte.strings]]</a>
|
| 2 |
|
| 3 |
+
A *multibyte character* is a sequence of one or more bytes representing
|
| 4 |
+
the code unit sequence for an encoded character of the execution
|
| 5 |
+
character set.
|
| 6 |
+
|
| 7 |
A *null-terminated multibyte string*, or NTMBS, is an NTBS that
|
| 8 |
constitutes a sequence of valid multibyte characters, beginning and
|
| 9 |
ending in the initial shift state.[^11]
|
| 10 |
|
| 11 |
A *static NTMBS* is an NTMBS with static storage duration.
|