kiconv_add_xlat16_cspair kiconv_add_xlat16_cspairs kiconv_add_xlat16_table - kernel side iconv library
Lb libkiconv
The
kiconv_add_xlat16_cspair ();
function
defines a conversion table using
iconv(3)
between
Fa fromcode
charset and
Fa tocode
charset.
You can specify
Fa flag
to determine if
tolower(3)
/
toupper(3)
conversion is included in the table.
The
Fa flag
has following values.
A tolower/toupper conversion is limited to single-byte characters.
The
kiconv_add_xlat16_cspairs ();
function
defines two conversion tables which are from
Fa localcode
to
Fa foreigncode
and from
Fa foreigncode
to
Fa localcode .
These conversion tables also contain both tolower and toupper tables.
The
kiconv_add_xlat16_table ();
function
defines a conversion table directly pointed by
Fa data
whose length is
Fa datalen ,
not using
iconv(3).
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |