Searched refs:utf8_to_charset (Results 1 – 11 of 11) sorted by relevance
/dports/www/anyterm/anyterm-1.1.29/src/ |
H A D | Session.cc | 56 utf8_to_charset("UTF-8",charset), in Session() 107 string dk = utf8_to_charset(k); in send()
|
H A D | Session.hh | 55 pbe::Iconver<pbe::permissive,utf8_char,char> utf8_to_charset; member in Session
|
H A D | Anyterm.cc | 123 Iconver<valid,char,char> utf8_to_charset("UTF-8",def_charset); in Anyterm() local
|
/dports/mail/alpine/alpine-465e23b/pith/charconv/ |
H A D | utf8.h | 97 char *utf8_to_charset(char *, char *, int);
|
H A D | utf8.c | 2262 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 D | utf8.h | 97 char *utf8_to_charset(char *, char *, int);
|
H A D | utf8.c | 2262 utf8_to_charset(char *orig, char *charset, int report_err) in utf8_to_charset() function
|
/dports/mail/alpine/alpine-465e23b/pith/ |
H A D | send.c | 2935 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 D | text.c | 774 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 D | send.c | 2935 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 D | text.c | 774 converted = utf8_to_charset(line, "ISO-2022-JP", lpj ? lpj->report_err : 0); in translate_utf8_to_2022_jp()
|