cef_xml_encoding_type_t

Supported XML encoding types. The parser supports ASCII, ISO-8859-1, and UTF16 (LE and BE) by default. All other types must be translated to UTF8 before being passed to the parser. If a BOM is detected and the correct decoder is available then that decoder will be used automatically.

Values

ValueMeaning
XML_ENCODING_NONE0
XML_ENCODING_UTF81
XML_ENCODING_UTF16LE2
XML_ENCODING_UTF16BE3
XML_ENCODING_ASCII4

Meta