mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-05 05:25:07 +00:00
Typo fix
u16string should be utf16string.
This commit is contained in:
parent
bcd6901dfa
commit
f5271db481
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ Example of use:
|
|||
|
||||
```cpp
|
||||
u16string utf16string = {0x41, 0x0448, 0x65e5, 0xd834, 0xdd1e};
|
||||
u16string_view utf16stringview(u16string);
|
||||
u16string_view utf16stringview(utf16string);
|
||||
string u = utf16to8(utf16string);
|
||||
assert (u.size() == 10);
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue