Module dlib.text.utf8

UTF-8 encoder and decoder

Structs

NameDescription
UTF8Decoder UTF-8 decoder to use with dlib.text.encodings.transcode
UTF8Encoder UTF-8 encoder to use with dlib.text.encodings.transcode

Manifest constants

NameTypeDescription
UTF8_END Constant to return from UTF8Decoder on the end of string.
UTF8_ERROR Constant to return from UTF8Decoder when error occurs.