4.4 Charset level functions
Many functions
are internal to the recoding library. Some of them
have been made external and available, for the
recode program had to retain all its
previous functionality while being transformed into
a mere application of the recoding library. These
functions are not really documented here for the
time being, as we hope that many of them will
vanish over time. When this set of routines will
stabilise, it would be convenient to document them
as an API for handling charset names and
contents.
RECODE_CHARSET find_charset (name, cleaning-type);
bool list_all_charsets (charset);
bool list_concise_charset (charset, list-format);
bool list_full_charset (charset);
|