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

/macosx-10.10.1/vim-55/src/
H A Dmbyte.c5696 int from_is_utf8; local
5716 from_is_utf8 = from_prop & ENC_UNICODE;
5718 from_is_utf8 = from_prop == ENC_UNICODE;
5736 else if (from_is_utf8 && (to_prop & ENC_LATIN1))
5741 else if (from_is_utf8 && (to_prop & ENC_LATIN9))
5748 else if ((from_is_utf8 || encname2codepage(from) > 0)
5753 vcp->vc_cpfrom = from_is_utf8 ? 0 : encname2codepage(from);
5771 else if (from_is_utf8 && (to_prop & ENC_MACROMAN))
5782 from_is_utf8 ? (char_u *)"utf-8" : from);

Completed in 75 milliseconds