tmp/tmpv2wqizyp/{from.md → to.md}
RENAMED
|
@@ -50,9 +50,9 @@ For Windows-based operating systems a conversion from UTF-8 to UTF-16
|
|
| 50 |
occurs.
|
| 51 |
|
| 52 |
— *end example*]
|
| 53 |
|
| 54 |
[*Note 1*: The example above is representative of a historical use of
|
| 55 |
-
`filesystem::u8path`.
|
| 56 |
-
|
| 57 |
-
`path`’s handling of other encodings. — *end note*]
|
| 58 |
|
|
|
|
| 50 |
occurs.
|
| 51 |
|
| 52 |
— *end example*]
|
| 53 |
|
| 54 |
[*Note 1*: The example above is representative of a historical use of
|
| 55 |
+
`filesystem::u8path`. To indicate a UTF-8 encoding, passing a
|
| 56 |
+
`std::u8string` to `path`’s constructor is preferred as it is consistent
|
| 57 |
+
with `path`’s handling of other encodings. — *end note*]
|
| 58 |
|