diff options
author | Dave Love <fx@gnu.org> | 2003-02-12 18:48:38 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-02-12 18:48:38 +0000 |
commit | d69d25917677bc720864dd02203df1738c71bde1 (patch) | |
tree | 1826ebb01c6709bcd50da3afe264e89c067114b4 /lisp/language/chinese.el | |
parent | 9ac1f7e114c4063cf50a04b0023b66ec93323b7e (diff) | |
download | emacs-d69d25917677bc720864dd02203df1738c71bde1.tar.gz emacs-d69d25917677bc720864dd02203df1738c71bde1.tar.bz2 emacs-d69d25917677bc720864dd02203df1738c71bde1.zip |
(chinese-big5-hkscs): New coding system.
(big5-hkscs, cn-big5-hkscs): New aliases.
Diffstat (limited to 'lisp/language/chinese.el')
-rw-r--r-- | lisp/language/chinese.el | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el index 9c5b0e516a0..a401e1b34d6 100644 --- a/lisp/language/chinese.el +++ b/lisp/language/chinese.el @@ -130,6 +130,15 @@ (documentation . "Support for Chinese Big5 character set.")) '("Chinese")) +(define-coding-system 'chinese-big5-hkscs + "BIG5-HKSCS 8-bit encoding for Chinese, Hong Kong supplement (MIME:Big5-HKSCS)" + :coding-type 'charset + :mnemonic ?B + :charset-list '(ascii big5-hkscs) + :mime-charset 'big5-hkscs) +(define-coding-system-alias 'big5-hkscs 'chinese-big5-hkscs) +(define-coding-system-alias 'cn-big5-hkscs 'chinese-big5-hkscs) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Chinese CNS11643 (traditional) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |