Searched refs:utf8chars (Results 1 – 1 of 1) sorted by relevance
104 const char *utf8chars[] = {"à", "ß", "ñ", "é", "ç", "ä", NULL}; in TestUTF8() local115 for(int i = 0; utf8chars[i] != 0; i++) { in TestUTF8()117 _TestChar(BUnicodeChar::FromUTF8(utf8chars[i]), results[i]); in TestUTF8()