Module dlib.text.utf16
UTF-16 decoder and encoder
Functions
Name | Description |
---|---|
convertUTF16ztoUTF8(s, nullTerm)
|
Converts UTF-16 zero-terminated string to UTF-8 |
convertUTF8toUTF16(s, nullTerm)
|
Converts UTF-8 to UTF-16 Will be deprecated soon, use transcode!(UTF8Decoder, UTF16Encoder) instead |
Structs
Name | Description |
---|---|
UTF16Decoder
|
UTF-16 LE decoder to use with dlib.text.encodings.transcode |
UTF16Encoder
|
UTF-16 LE encoder to use with dlib.text.encodings.transcode |