Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Enum cef_xml_encoding_type_t

   in cef_types.h

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.


Field Summary
XML_ENCODING_ASCII
          
XML_ENCODING_NONE = 0
          
XML_ENCODING_UTF16BE
          
XML_ENCODING_UTF16LE
          
XML_ENCODING_UTF8
          
 

Field Detail

XML_ENCODING_ASCII

public XML_ENCODING_ASCII

XML_ENCODING_NONE

public XML_ENCODING_NONE = 0

XML_ENCODING_UTF16BE

public XML_ENCODING_UTF16BE

XML_ENCODING_UTF16LE

public XML_ENCODING_UTF16LE

XML_ENCODING_UTF8

public XML_ENCODING_UTF8

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2011 Marshall A. Greenblatt