+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)
(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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;