Module dlib.text.utf8
UTF-8 encoder and decoder
Structs
| Name | Description |
|---|---|
UTF8Decoder
|
UTF-8 decoder to use with dlib.text.encodings.transcode |
UTF8Encoder
|
UTF-8 encoder to use with dlib.text.encodings.transcode |
Manifest constants
| Name | Type | Description |
|---|---|---|
UTF8_END
|
Constant to return from UTF8Decoder on the end of string. | |
UTF8_ERROR
|
Constant to return from UTF8Decoder when error occurs. |