]> git.eshelyaron.com Git - emacs.git/commitdiff
(chinese-big5-hkscs): New coding system.
authorDave Love <fx@gnu.org>
Wed, 12 Feb 2003 18:48:38 +0000 (18:48 +0000)
committerDave Love <fx@gnu.org>
Wed, 12 Feb 2003 18:48:38 +0000 (18:48 +0000)
(big5-hkscs, cn-big5-hkscs): New aliases.

lisp/ChangeLog
lisp/language/chinese.el

index f74953cb94e4000bcea3f8223c1ac7ea01531ac8..64ad16653a0ddf90998ee9500e5c186e35903c1e 100644 (file)
@@ -1,3 +1,17 @@
+2003-02-12  Dave Love  <fx@gnu.org>
+
+       * language/georgian.el (georgian-ps, georgian-academy): New coding
+       system.
+
+       * language/chinese.el (chinese-big5-hkscs): New coding system.
+       (big5-hkscs, cn-big5-hkscs): New aliases.
+
+       * international/mule-conf.el (big5-hkscs, georgian-academy): New
+       charset.
+       (ibm1047): Doc fix.
+       (pt154): Add mime-charset.
+       (ptcp154, cp154): New aliases.
+
 2003-02-04  Dave Love  <fx@gnu.org>
 
        * international/mule.el (charset-iso-final-char) 
index 9c5b0e516a0e929f6d8a0aa01c8e020ce28ac2f8..a401e1b34d6d840d51a800832949532bfd645502 100644 (file)
                  (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)
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;