Skip to main content

xmlSaveFileEnc

Function xmlSaveFileEnc 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlSaveFileEnc( filename: *const c_char, cur: *mut _xmlDoc, encoding: *const c_char, ) -> c_int
Expand description

Save a document to a file with encoding.

ยงUPSTREAM-PARITY

int xmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding);