Skip to main content

htmlSetMetaEncoding

Function htmlSetMetaEncoding 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn htmlSetMetaEncoding( doc: *mut _xmlDoc, encoding: *const xmlChar, ) -> c_int
Expand description

Creates or updates a meta tag with an encoding declaration.

§UPSTREAM-PARITY

int htmlSetMetaEncoding(xmlDoc *doc, const xmlChar *encoding);