CefXmlEncoding EnumerationXilium.CefGlue

[This is preliminary documentation and is subject to change.]

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.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public enum CefXmlEncoding
Members

  Member nameValueDescription
None0
Utf81
Utf16LE2
Utf16BE3
Ascii4
See Also