Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmbyte.c5034 int to_is_utf8; in convert_setup_ext() local
5057 to_is_utf8 = to_prop & ENC_UNICODE; in convert_setup_ext()
5059 to_is_utf8 = to_prop == ENC_UNICODE; in convert_setup_ext()
5061 if ((from_prop & ENC_LATIN1) && to_is_utf8) in convert_setup_ext()
5067 else if ((from_prop & ENC_LATIN9) && to_is_utf8) in convert_setup_ext()
5086 && (to_is_utf8 || encname2codepage(to) > 0)) in convert_setup_ext()
5091 vcp->vc_cpto = to_is_utf8 ? 0 : encname2codepage(to); in convert_setup_ext()
5099 else if ((from_prop & ENC_MACROMAN) && to_is_utf8) in convert_setup_ext()
5118 to_is_utf8 ? (char_u *)"utf-8" : to, in convert_setup_ext()