Function tidyLoadConfigEnc

Source
pub unsafe extern "C" fn tidyLoadConfigEnc(
    tdoc: TidyDoc,
    configFile: ctmbstr,
    charenc: ctmbstr,
) -> c_int
Expand description

Load a Tidy configuration file with the specified character encoding, and set the configuration per its contents. Reports config option errors, which can be filtered. @result Returns 0 upon success, or any other value if there was an option error.