Skip to main content

xmlSwitchEncodingName

Function xmlSwitchEncodingName 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSwitchEncodingName( ctxt: *mut _xmlParserCtxt, encoding: *const c_char, ) -> c_int
Expand description

Switch the input encoding by name.

§UPSTREAM-PARITY

int xmlSwitchEncodingName(xmlParserCtxtPtr ctxt, const char *encoding);