|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
">
Auxiliary functionsSynopsis
Detailsenca_charset_has_ucs2_map ()
Find whether we have charset -> UCS-2 map. enca_charset_ucs2_map ()
Creates map from an 8bit charset to UCS-2. The buffer must be at least 256*sizeof(unsigned int) long to hold the map. enca_number_of_charsets ()
Returns number of known charsets. Charsets idetifiers are assigned successively starting from zero, so last charset has identifier enca_number_of_charsets() - 1. enca_analyser_langage ()
Returns name of language which was analyser initialized for. The returned string must be considered constant and must NOT be freed. enca_get_languages ()
Returns list of known languages. The returned strings are two-letter ISO-639 language codes, the same as enca_analyser_alloc() accepts. The list of languages has to be freed by caller; the strings themselves must be considered constant and must NOT be freed. |