📝 added documentation wrt. UTF-8 strings #406
This commit is contained in:
parent
cdd3b5a68c
commit
4765070318
3 changed files with 14 additions and 2 deletions
|
|
@ -600,6 +600,7 @@ Thanks a lot for helping out!
|
|||
- Other encodings such as Latin-1, UTF-16, or UTF-32 are not supported and will yield parse errors.
|
||||
- [Unicode noncharacters](http://www.unicode.org/faq/private_use.html#nonchar1) will not be replaced by the library.
|
||||
- Invalid surrogates (e.g., incomplete pairs such as `\uDEAD`) will yield parse errors.
|
||||
- The strings stored in the library are UTF-8 encoded. When using the default string type (`std::string`), note that its length/size functions return the number of stored bytes rather than the number of characters or glyphs.
|
||||
|
||||
|
||||
## Execute unit tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue