pub unsafe extern "C" fn tidySetOutCharEncoding(
tdoc: TidyDoc,
encnam: ctmbstr,
) -> c_intExpand description
Set the input encoding for writing markup. Valid values include ascii,
latin1, raw, utf8, iso2022, mac, win1252, utf16le, utf16be,
utf16, big5, and shiftjis. These values are not case sensitive.
@result Returns 0 upon success, or a system standard error number EINVAL.