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.
pub const xmlParserOption_XML_PARSE_IGNORE_ENC: xmlParserOption = 2097152;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.