diff options
| -rw-r--r-- | lisp/language/chinese.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index cb1e157fde0..e3a1938b790 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el | |||
| @@ -80,6 +80,7 @@ | |||
| 80 | (define-coding-system-alias 'euc-cn 'chinese-iso-8bit) | 80 | (define-coding-system-alias 'euc-cn 'chinese-iso-8bit) |
| 81 | (define-coding-system-alias 'cn-gb 'chinese-iso-8bit) | 81 | (define-coding-system-alias 'cn-gb 'chinese-iso-8bit) |
| 82 | (define-coding-system-alias 'gb2312 'chinese-iso-8bit) | 82 | (define-coding-system-alias 'gb2312 'chinese-iso-8bit) |
| 83 | (define-coding-system-alias 'cp936 'chinese-iso-8bit) | ||
| 83 | 84 | ||
| 84 | (make-coding-system | 85 | (make-coding-system |
| 85 | 'chinese-hz 0 ?z | 86 | 'chinese-hz 0 ?z |
| @@ -137,6 +138,7 @@ | |||
| 137 | 138 | ||
| 138 | (define-coding-system-alias 'big5 'chinese-big5) | 139 | (define-coding-system-alias 'big5 'chinese-big5) |
| 139 | (define-coding-system-alias 'cn-big5 'chinese-big5) | 140 | (define-coding-system-alias 'cn-big5 'chinese-big5) |
| 141 | (define-coding-system-alias 'cp950 'chinese-big5) | ||
| 140 | 142 | ||
| 141 | ;; Big5 font requires special encoding. | 143 | ;; Big5 font requires special encoding. |
| 142 | (define-ccl-program ccl-encode-big5-font | 144 | (define-ccl-program ccl-encode-big5-font |