Skip to main content

xmlParserOption_XML_PARSE_IGNORE_ENC

Constant xmlParserOption_XML_PARSE_IGNORE_ENC 

Source
pub const xmlParserOption_XML_PARSE_IGNORE_ENC: xmlParserOption = 2097152;
Expand description

Ignore the encoding in the XML declaration. This option is mostly unneeded these days. The only effect is to enforce UTF-8 decoding of ASCII-like data.