Data Fields | |
gchar * | name |
Name of the source charset; g_strdup()ed. | |
iconv_t | cd |
iconv() conversion descriptor; -1 or iconv_open()ed | |
gboolean | is_ascii |
Set to TRUE if name is "ASCII". | |
gboolean | is_utf8 |
Set to TRUE if name is "UTF-8". | |
gboolean | is_iso8859 |
Set to TRUE if name matches "ISO-8859-*". |
|
iconv() conversion descriptor; -1 or iconv_open()ed
|
|
Set to TRUE if name is "ASCII".
|
|
Set to TRUE if name matches "ISO-8859-*".
|
|
Set to TRUE if name is "UTF-8".
|
|
Name of the source charset; g_strdup()ed.
|