Lines Matching refs:byte
7 Multi-byte support *multibyte* *multi-byte*
10 not be represented using one byte (one octet). Examples are Chinese, Japanese
236 encoded with one byte, we call this a single-byte encoding. The most often
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.
259 (except for euc-jp when the first byte is 0x8e).
300 1 cp{number} MS-Windows: any installed single-byte codepage
311 2 2byte-{name} Unix: any double-byte encoding (Vim specific name)
312 2 cp{number} MS-Windows: any installed double-byte codepage
326 :set encoding=2byte-cp932
351 For the UCS codes the byte order matters. This is tricky, use UTF-8 whenever
352 you can. The default is to use big-endian (most significant byte comes
397 8bit 2byte MS-Windows: works for all codepages installed on your
405 2byte 8bit Works, but typing non-ASCII characters might
407 2byte 2byte MS-Windows: works for all codepages installed on your
412 2byte Unicode works, Vim will translate typed characters.
415 Unicode 2byte does NOT work
546 Unfortunately, using fonts in X11 is complicated. The name of a single-byte
613 A single-byte charset is typically associated with one font. For multibyte
1342 Bytes which are not part of a valid UTF-8 byte sequence are handled like a
1344 byte.