# HG changeset patch
# User Dave Love <fx@gnu.org>
# Date 1045075683 0
# Node ID 9d8a1dba6b316c7099c2646acbd5a71ad1e8a4b8
# Parent  f33adafd7c554dc60fbb7cf8a6a0616402da1faa
(chinese-big5-hkscs): New coding system.
(big5-hkscs, cn-big5-hkscs): New aliases.

diff -r f33adafd7c55 -r 9d8a1dba6b31 lisp/language/chinese.el
--- 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)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;