[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.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | ||
Utf8 | 1 | ||
Utf16LE | 2 | ||
Utf16BE | 3 | ||
Ascii | 4 |
See Also