diff options
| author | Jason Rumney | 2004-05-09 21:33:26 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-05-09 21:33:26 +0000 |
| commit | 6eac8f524f1151332f82156383bc520b44b4eff5 (patch) | |
| tree | 21ba40fb3810df56cef8f5fc65bed38a59855348 | |
| parent | f0880ac51b596f6b9741df482d37c5ac2295b868 (diff) | |
| download | emacs-6eac8f524f1151332f82156383bc520b44b4eff5.tar.gz emacs-6eac8f524f1151332f82156383bc520b44b4eff5.zip | |
Add cp936 as alias for chinese-iso-8bit, and cp950 for chinese-big5.
| -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 |