Home
last modified time | relevance | path

Searched refs:from_is_utf8 (Results 1 – 5 of 5) sorted by relevance

/dports/converters/convmv/convmv-2.05/
H A Dconvmv430 $from_is_utf8 = lc($opt_f) =~ m/^utf-?8/;
455 …die "--fixdouble requires UTF-8 as source and non-UTF-8 as target charset\n" unless ($from_is_utf8
618 if (!$from_is_utf8 and $to_is_utf8 and !$opt_nosmart and &looks_like_utf8($oldfile)) {
630 if ($from_is_utf8 and ! $to_is_utf8) {
781 if ($from_is_utf8) {
1014 if ($from_is_utf8) {
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.c2452 int from_is_utf8; in convert_setup_ext() local
2472 from_is_utf8 = from_prop & ENC_UNICODE; in convert_setup_ext()
2474 from_is_utf8 = from_prop == ENC_UNICODE; in convert_setup_ext()
2490 } else if (from_is_utf8 && (to_prop & ENC_LATIN1)) { in convert_setup_ext()
2493 } else if (from_is_utf8 && (to_prop & ENC_LATIN9)) { in convert_setup_ext()
2501 from_is_utf8 ? (char_u *)"utf-8" : from); in convert_setup_ext()
/dports/editors/vim/vim-8.2.3745/src/
H A Dmbyte.c5033 int from_is_utf8; in convert_setup_ext() local
5053 from_is_utf8 = from_prop & ENC_UNICODE; in convert_setup_ext()
5055 from_is_utf8 = from_prop == ENC_UNICODE; in convert_setup_ext()
5073 else if (from_is_utf8 && (to_prop & ENC_LATIN1)) in convert_setup_ext()
5078 else if (from_is_utf8 && (to_prop & ENC_LATIN9)) in convert_setup_ext()
5085 else if ((from_is_utf8 || encname2codepage(from) > 0) in convert_setup_ext()
5090 vcp->vc_cpfrom = from_is_utf8 ? 0 : encname2codepage(from); in convert_setup_ext()
5108 else if (from_is_utf8 && (to_prop & ENC_MACROMAN)) in convert_setup_ext()
5119 from_is_utf8 ? (char_u *)"utf-8" : from); in convert_setup_ext()
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYCharUtils.c1083 BOOL from_is_utf8 = FALSE; in LYUCFullyTranslateString() local
1183 from_is_utf8 = (BOOL) (LYCharSet_UC[cs_from].enc == UCT_ENC_UTF8); in LYUCFullyTranslateString()
1423 if (from_is_utf8) { in LYUCFullyTranslateString()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYCharUtils.c1083 BOOL from_is_utf8 = FALSE; in LYUCFullyTranslateString() local
1177 from_is_utf8 = (BOOL) (LYCharSet_UC[cs_from].enc == UCT_ENC_UTF8); in LYUCFullyTranslateString()
1417 if (from_is_utf8) { in LYUCFullyTranslateString()