Home
last modified time | relevance | path

Searched refs:try_charsets (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/
H A Dutf8.c93 static char const * const try_charsets[] = variable
134 while(try_charsets[i]) in bg_system_to_utf8()
138 cd = iconv_open("UTF-8", try_charsets[i]); in bg_system_to_utf8()
/dports/archivers/gnome-autoar/gnome-autoar-0.4.1/gnome-autoar/
H A Dautoar-private.c298 static const char *try_charsets[] = { "CSPC8CODEPAGE437", "ISO-8859-1", "WINDOWS-1252" }; in autoar_common_get_utf8_pathname() local
306 for (i = 0; i < G_N_ELEMENTS (try_charsets); i++) { in autoar_common_get_utf8_pathname()
308 try_charsets[i], NULL, NULL, NULL); in autoar_common_get_utf8_pathname()
/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-process.c205 const char *try_charsets[] = { "UTF-8", "ISO-8859-1", "WINDOW-1252" }; variable
206 int n_charsets = G_N_ELEMENTS (try_charsets);
662 charset = try_charsets[process->priv->current_charset]; in fr_process_get_charset()
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-process.c242 static const char *try_charsets[] = { "UTF-8", "ISO-8859-1", "WINDOWS-1252" }; variable
243 static int n_charsets = G_N_ELEMENTS (try_charsets);
761 charset = try_charsets[process->priv->current_charset]; in _fr_process_get_charset()
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-process.c204 const char *try_charsets[] = { "UTF-8", "ISO-8859-1", "WINDOW-1252" }; variable
205 int n_charsets = G_N_ELEMENTS (try_charsets);
666 charset = try_charsets[process->priv->current_charset]; in fr_process_get_charset()