Skip to main content

xmlSwitchEncoding

Function xmlSwitchEncoding 

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

Switch the input encoding of the current input.

§UPSTREAM-PARITY

int xmlSwitchEncoding(xmlParserCtxtPtr ctxt, xmlCharEncoding enc);