diff options
| author | Kenichi Handa | 2005-06-05 01:57:45 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-06-05 01:57:45 +0000 |
| commit | 3f8852316957c43fc01fcb93087f6c9a88161512 (patch) | |
| tree | 868a8c2370e4d2b31a22938f0ab328ef955991a0 | |
| parent | d2eeec7fb90dc54c4b08e85f452a23317c0ee65d (diff) | |
| download | emacs-3f8852316957c43fc01fcb93087f6c9a88161512.tar.gz emacs-3f8852316957c43fc01fcb93087f6c9a88161512.zip | |
(chinese-iso-8bit): Fix mime-charset of chiense-iso-8bit.
| -rw-r--r-- | lisp/language/chinese.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index 05b2405dc42..207f2e11bc3 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el | |||
| @@ -77,12 +77,12 @@ | |||
| 77 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 77 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
| 78 | 78 | ||
| 79 | (define-coding-system 'chinese-iso-8bit | 79 | (define-coding-system 'chinese-iso-8bit |
| 80 | "ISO 2022 based EUC encoding for Chinese GB2312 (MIME:CN-GB)." | 80 | "ISO 2022 based EUC encoding for Chinese GB2312 (MIME:GB2312)." |
| 81 | :coding-type 'iso-2022 | 81 | :coding-type 'iso-2022 |
| 82 | :mnemonic ?c | 82 | :mnemonic ?c |
| 83 | :charset-list '(ascii chinese-gb2312) | 83 | :charset-list '(ascii chinese-gb2312) |
| 84 | :designation [ascii chinese-gb2312 nil nil] | 84 | :designation [ascii chinese-gb2312 nil nil] |
| 85 | :mime-charset 'cn-gb) | 85 | :mime-charset 'gb2312) |
| 86 | 86 | ||
| 87 | (define-coding-system-alias 'cn-gb-2312 'chinese-iso-8bit) | 87 | (define-coding-system-alias 'cn-gb-2312 'chinese-iso-8bit) |
| 88 | (define-coding-system-alias 'euc-china 'chinese-iso-8bit) | 88 | (define-coding-system-alias 'euc-china 'chinese-iso-8bit) |