Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dpo-charset.c133 static const char *weird_charsets[] = in po_is_charset_weird() local
144 for (i = 0; i < SIZEOF (weird_charsets); i++) in po_is_charset_weird()
145 if (strcmp (canon_charset, weird_charsets[i]) == 0) in po_is_charset_weird()