Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c1636 # ifdef CP_UTF8 // VC 4.1 doesn't define CP_UTF8 in readfile()
1637 if (codepage == CP_UTF8) in readfile()
3235 # ifdef CP_UTF8 // VC 4.1 doesn't define CP_UTF8 in get_win_fio_flags()
3237 cp = CP_UTF8; in get_win_fio_flags()
H A Dbufwrite.c344 # ifdef CP_UTF8 // VC 4.1 doesn't define CP_UTF8 in buf_write_bytes()
345 if (FIO_GET_CP(flags) == CP_UTF8) in buf_write_bytes()
H A Dmbyte.c396 #ifndef CP_UTF8
397 # define CP_UTF8 65001 // magic number from winnls.h macro
H A Dos_win32.c6229 int cp = enc_utf8 ? CP_UTF8 : enc_codepage; in write_chars()
6257 length = MultiByteToWideChar(CP_UTF8, 0, " ", 1, NULL, 0); in write_chars()
6261 MultiByteToWideChar(CP_UTF8, 0, " ", 1, utf8spbuf, length); in write_chars()
7609 WideCharToMultiByte_alloc(CP_UTF8, 0, in get_cmd_argsW()
H A Dterminal.c1673 MultiByteToWideChar_alloc(CP_UTF8, 0, (char*)text, len + 1, in add_scrollback_line_to_buffer()
2290 WideCharToMultiByte_alloc(CP_UTF8, 0, in term_paste_register()
3070 MultiByteToWideChar_alloc(CP_UTF8, 0, in handle_settermprop()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt13463 Solution: Don't use CP_UTF8 if it's not defined. Don't use CSIDL_COMMON*