mirror of https://github.com/tildeclub/ex-vi.git
GB 2312 is also supported
This commit is contained in:
parent
2e78936ac0
commit
0e1e0f0cb5
10
README
10
README
|
@ -98,11 +98,11 @@ It has been tested on xterm patch #192, rxvt-unicode 4.2, mlterm 2.9.1, and
|
||||||
xiterm 0.5.
|
xiterm 0.5.
|
||||||
|
|
||||||
Successful operation is known for the following encodings: UTF-8, EUC-JP,
|
Successful operation is known for the following encodings: UTF-8, EUC-JP,
|
||||||
EUC-KR, Big5, Big5-HKSCS, GBK. vi does not support locking-shift encodings
|
EUC-KR, Big5, Big5-HKSCS, GB 2312, GBK. vi does not support locking-shift
|
||||||
like those that use ISO 2022 escape sequences. It also requires that the
|
encodings like those that use ISO 2022 escape sequences. It also requires
|
||||||
first byte of any multibyte character has the highest bit set. This excludes
|
that the first byte of any multibyte character has the highest bit set.
|
||||||
7-bit encodings like UTF-7, and encodings whose sequences start with ASCII
|
This excludes 7-bit encodings like UTF-7, and encodings whose sequences
|
||||||
characters like TCVN 5712.
|
start with ASCII characters like TCVN 5712.
|
||||||
|
|
||||||
To use UTF-8 locales in ex mode, the terminal should be put in 'stty iutf8'
|
To use UTF-8 locales in ex mode, the terminal should be put in 'stty iutf8'
|
||||||
mode on Linux if it does not perform this automatically. Otherwise, typing
|
mode on Linux if it does not perform this automatically. Otherwise, typing
|
||||||
|
|
Loading…
Reference in New Issue