Skip to main content

xmlInputSetEncodingHandler

Function xmlInputSetEncodingHandler 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlInputSetEncodingHandler( input: *mut _xmlParserInput, handler: *mut c_void, ) -> c_int
Expand description

xmlInputSetEncodingHandler — attach an encoding handler to an input (upstream parserInternals.c; handler closed on error / UTF-8 pass).