Skip to main content

xmlGetCharEncodingHandler

Function xmlGetCharEncodingHandler 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlGetCharEncodingHandler(enc: c_int) -> *mut c_void
Expand description

Get the encoding handler for an xmlCharEncoding value (deprecated).

§UPSTREAM-PARITY

xmlCharEncodingHandler *xmlGetCharEncodingHandler(xmlCharEncoding enc);