Home
last modified time | relevance | path

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

/dports/www/anyterm/anyterm-1.1.29/src/
H A DSession.cc56 utf8_to_charset("UTF-8",charset), in Session()
107 string dk = utf8_to_charset(k); in send()
H A DSession.hh55 pbe::Iconver<pbe::permissive,utf8_char,char> utf8_to_charset; member in Session
H A DAnyterm.cc123 Iconver<valid,char,char> utf8_to_charset("UTF-8",def_charset); in Anyterm() local
/dports/mail/alpine/alpine-465e23b/pith/charconv/
H A Dutf8.h97 char *utf8_to_charset(char *, char *, int);
H A Dutf8.c2262 utf8_to_charset(char *orig, char *charset, int report_err) in utf8_to_charset() function
/dports/editors/pico-alpine/alpine-465e23b/pith/charconv/
H A Dutf8.h97 char *utf8_to_charset(char *, char *, int);
H A Dutf8.c2262 utf8_to_charset(char *orig, char *charset, int report_err) in utf8_to_charset() function
/dports/mail/alpine/alpine-465e23b/pith/
H A Dsend.c2935 converted = utf8_to_charset(text, cs = posting_characterset(text, NULL, HdrText), 0); in pine_header_line()
3190 converted = utf8_to_charset(buftmp, cs = posting_characterset(buftmp, NULL, HdrText), 0); in pine_address_line()
3211 converted = utf8_to_charset(buftmp, cs = posting_characterset(buftmp, NULL, HdrText), 0); in pine_address_line()
3330 converted = utf8_to_charset(buftmp, cs = posting_characterset(buftmp, NULL, HdrText), 0); in pine_address_line()
4605 cv = utf8_to_charset(val, cs, 0); in pine_write_header_line()
4631 cv = utf8_to_charset(param->value, cs, 0); in pine_write_params()
H A Dtext.c774 converted = utf8_to_charset(line, "ISO-2022-JP", lpj ? lpj->report_err : 0); in translate_utf8_to_2022_jp()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dsend.c2935 converted = utf8_to_charset(text, cs = posting_characterset(text, NULL, HdrText), 0); in pine_header_line()
3190 converted = utf8_to_charset(buftmp, cs = posting_characterset(buftmp, NULL, HdrText), 0); in pine_address_line()
3211 converted = utf8_to_charset(buftmp, cs = posting_characterset(buftmp, NULL, HdrText), 0); in pine_address_line()
3330 converted = utf8_to_charset(buftmp, cs = posting_characterset(buftmp, NULL, HdrText), 0); in pine_address_line()
4605 cv = utf8_to_charset(val, cs, 0); in pine_write_header_line()
4631 cv = utf8_to_charset(param->value, cs, 0); in pine_write_params()
H A Dtext.c774 converted = utf8_to_charset(line, "ISO-2022-JP", lpj ? lpj->report_err : 0); in translate_utf8_to_2022_jp()