Home | History | Annotate | Download | only in src

Lines Matching refs:iso8859

218  * @brief if possible convert a UTF-8 string to a ISO8859-1 string.
220 * @param iso8859 pointer to pointer to the malloced ISO8859-1 string.
227 utf8_to_8859_1(char *utf8, char **iso8859)
254 *iso8859 = (char *)d;
816 * @brief convert a list of realms from utf-8 to iso8859-q if necessary.
824 char *utf8, *iso8859;
840 if (utf8_to_8859_1(utf8, &iso8859) == -1)
843 l->value = iso8859;
1818 * make sure realms are in iso8859-1
1823 "\"utf-8\" to iso8859-1");