Searched refs:font_conv (Results 1 – 1 of 1) sorted by relevance
537 iconv_t font_conv; in font_setup() local595 font_conv = iconv_open(local_codeset, font_charset); in font_setup()596 if (font_conv == (iconv_t) -1) { in font_setup()610 convert_font(i, font_conv); in font_setup()730 iconv_close(font_conv); in font_setup()