changeset 89392:9d8a1dba6b31

(chinese-big5-hkscs): New coding system. (big5-hkscs, cn-big5-hkscs): New aliases.
author Dave Love <fx@gnu.org>
date Wed, 12 Feb 2003 18:48:03 +0000
parents f33adafd7c55
children 09b0941c8b91
files lisp/language/chinese.el
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/chinese.el	Wed Feb 12 18:47:23 2003 +0000
+++ b/lisp/language/chinese.el	Wed Feb 12 18:48:03 2003 +0000
@@ -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)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;