dlib.text.utf8

UTF-8 encoder and decoder

Members

Manifest constants

UTF8_END
enum UTF8_END;

Constant to return from UTF8Decoder on the end of string.

UTF8_ERROR
enum UTF8_ERROR;

Constant to return from UTF8Decoder when error occurs.

Structs

UTF8Decoder
struct UTF8Decoder

UTF-8 decoder to use with dlib.text.encodings.transcode

UTF8Encoder
struct UTF8Encoder

UTF-8 encoder to use with dlib.text.encodings.transcode

Meta

Authors

Timur Gafarov, Roman Chistokhodov