Bram Moolenaar | 7d76c80 | 2014-10-15 22:51:52 +0200 | [diff] [blame] | 1 | " Menu Translations: Simplified Chinese |
| 2 | " Maintainer: Shun Bai <baishunde@gmail.com> |
| 3 | " Previous Maintainer: Yuheng Xie <elephant@linux.net.cn> |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 4 | " Last Change: 2019-09-09 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 5 | |
Bram Moolenaar | c81e5e7 | 2007-05-05 18:24:42 +0000 | [diff] [blame] | 6 | " This causes trouble for a broken iconv (symptom: last character is always |
| 7 | " ??). Without this it works fine anyway, because gbk/cp936 is a superset of |
| 8 | " gb2312. (suggested by Edward L. Fox) |
| 9 | " scriptencoding gb2312 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 10 | |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 11 | " As mentioned above, gbk/cp936 is a superset of (and backward compatible with) |
| 12 | " gb2312, then source the translation encoded in cp936 should be ok. -- Shun |
| 13 | source <sfile>:p:h/menu_zh_cn.cp936.vim |