Skip to main content

xmlCharEncInput

Function xmlCharEncInput 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlCharEncInput( _input: *mut _xmlParserInputBuffer, _to: c_int, ) -> c_int
Expand description

Convert an input buffer’s encoding.

§UPSTREAM-PARITY

int xmlCharEncInput(xmlParserInputBufferPtr input, int to);