| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.vim | 68 " The Japanese tutor is available in three encodings, guess which one to use 78 " The Korean tutor is available in two encodings, guess which one to use 85 " The Chinese tutor is available in three encodings, guess which one to use 102 " The Polish tutor is available in two encodings, guess which one to use. 109 " The Turkish tutor is available in two encodings, guess which one to use 116 " The Greek tutor is available in three encodings, guess what to use. 128 " The Slovak tutor is available in three encodings, guess which one to use 135 " The Slovak tutor is available in two encodings, guess which one to use 144 " The Czech tutor is available in three encodings, guess which one to use 151 " The Russian tutor is available in three encodings, guess which one to use. [all …]
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | encoding.c | 218 encodings[] = { variable 230 for(i = 0; encodings[i].designation; i++) in vterm_lookup_encoding() 231 if(encodings[i].type == type && encodings[i].designation == designation) in vterm_lookup_encoding() 232 return encodings[i].enc; in vterm_lookup_encoding()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | tohtml.vim | 16 " Automatically find charsets from all encodings supported natively by Vim. With 17 " the 8bit- and 2byte- prefixes, Vim can actually support more encodings than 21 " Note, not all of Vim's supported encodings have a charset to use. 89 " Only automatically find encodings supported natively by Vim, let the user 319 echomsg "TOhtml: mismatched file encodings in Diff buffers, using UTF-8" 534 " order mark is highly recommend on the web when using multibyte encodings. But, 890 " 8bit- and 2byte- prefixes are to indicate encodings available on the
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 122 " 7.3_v7b2: Remove automatic detection of encodings that are not 125 " convert to UTF-8 for all Unicode encodings. Make 133 " all of Vim's natively supported encodings. 193 " * Check to see if the windows-125\d encodings actually work in Unix without
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | mbyte.txt | 244 Most multibyte encodings use one byte for the first 127 characters. These 252 1 8bit Single-byte encodings, 256 different characters. Mostly used 256 2 2byte Double-byte encodings, over 10000 different characters. 265 Other encodings cannot be used by Vim internally. But files in other 266 encodings can be edited by using conversion, see 'fileencoding'. 267 Note that all encodings must use ASCII for the characters up to 128 (except 363 There are a few encodings which are similar, but not exactly the same. Vim 364 treats them as if they were different encodings, so that conversion will be 437 GNU iconv can convert most encodings. Unicode is used as the 439 encodings. See http://www.gnu.org/directory/libiconv.html. [all …]
|
| H A D | usr_45.txt | 149 Fortunately, Vim supports these three kinds of encodings. And, with some 159 The nice thing about Unicode is that other encodings can be converted to it 268 if it's one of these encodings: 272 encodings. 288 encodings you want Vim to try. Only when a value is found to be invalid will 318 illegal characters. Conversion from Unicode to other encodings often
|
| H A D | arabic.txt | 276 regard to Arabic (all other proprietary encodings 324 appropriate info/encodings - nothing is lost.
|
| H A D | os_qnx.txt | 69 different encodings, etc.
|
| H A D | os_mac.txt | 141 character encodings specific to the platform and those known to Vim.
|
| H A D | os_haiku.txt | 157 To verify which encodings are supported by the current font give the >
|
| H A D | print.txt | 125 HPUX, and EBCDIC character encodings and are used by default on these 415 - 8-bit support - While a number of 8-bit print character encodings are 468 Each of these countries has many standard character sets and encodings which
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_en_gb.latin1.vim | 11 " Note: there is no "scriptencoding" command here, all encodings should be
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | lithuanian-baltic.vim | 2 " Useful mainly with utf-8 but may work with other encodings
|
| H A D | belarusian-jcuken.vim | 2 " Useful mainly with UTF-8, but may work with other encodings.
|
| H A D | russian-yawerty.vim | 2 " Useful mainly with utf-8 but may work with other encodings
|
| H A D | russian-jcukenwintype.vim | 4 " Useful mainly with utf-8 but may work with other encodings
|
| H A D | russian-jcuken.vim | 3 " Useful mainly with utf-8 but may work with other encodings
|
| H A D | ukrainian-dvorak.vim | 4 " Useful mainly with utf-8 but may work with other encodings
|
| H A D | ukrainian-jcuken.vim | 4 " Useful mainly with utf-8 but may work with other encodings
|
| H A D | russian-jcukenwin.vim | 3 " Useful mainly with utf-8 but may work with other encodings
|
| H A D | russian-dvorak.vim | 3 " Useful mainly with utf-8 but may work with other encodings
|
| H A D | bulgarian-phonetic.vim | 2 " Most of it can be used with both utf-8 and cp1251 file encodings, except
|
| H A D | bulgarian-bds.vim | 2 " Most of it can be used with both utf-8 and cp1251 file encodings, except
|
| /vim-8.2.3635/src/po/ |
| H A D | README.txt | 15 some encodings. This follows the C99 standard for strings. It means that
|
| /vim-8.2.3635/ |
| H A D | .travis.yml | 104 …CDIR}" -x .xs -e "${SRCDIR}"/if_perl.c -e "${SRCDIR}"/xxd -e "${SRCDIR}"/libvterm --encodings utf-8
|