Skip to main content

xmlDetectCharEncoding

Function xmlDetectCharEncoding 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlDetectCharEncoding( in_: *const c_uchar, len: c_int, ) -> c_int
Expand description

Detect the character encoding of a buffer from its initial bytes.

§UPSTREAM-PARITY

xmlCharEncoding xmlDetectCharEncoding(const unsigned char *in, int len);