Lines Matching defs:utf8
470 static void hex_to_printable_utf8_buf(char const *const ehex, char *utf8)
479 guint const len = g_unichar_to_utf8(uv, utf8);
480 utf8[len] = '\0';
488 char utf8[10];
489 hex_to_printable_utf8_buf(tc->uni, utf8);
492 if (utf8[1] == '\0') {
493 switch(utf8[0]) {
494 case '<': strcpy(utf8, "<"); break;
495 case '>': strcpy(utf8, ">"); break;
496 case '&': strcpy(utf8, "&"); break;
501 _("Unicode (<b>Enter</b> to finish): %s: %s"), tc->uni, utf8);