]> git.eshelyaron.com Git - emacs.git/commitdiff
(chinese-cns11643-15): New charset.
authorKenichi Handa <handa@m17n.org>
Thu, 12 Feb 2004 08:11:56 +0000 (08:11 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 12 Feb 2004 08:11:56 +0000 (08:11 +0000)
lisp/international/mule-conf.el

index 69dd8a8fa88afabf3c5f0f700774f310b8377529..e5a6da886d1c61eca53528a5275fe3c498ef58e2 100644 (file)
   :min-code '(#xE332 . #x9A36)
   :max-code '(#xFE39 . #xFE39)
   :supplementary-p t
-  :code-offset #X22484C                        ; ... #x279f93
+  :code-offset #x22484C                        ; ... #x279f93
   )
 
 (define-charset 'gb18030
                    gb18030-4-byte-bmp gb18030-4-byte-smp
                    gb18030-4-byte-ext-1 gb18030-4-byte-ext-2))
 
+(define-charset 'chinese-cns11643-15
+  "CNS11643 Plane 15 Chinese Traditional"
+  :short-name  "CNS11643-15"
+  :long-name "CNS11643-15 (Chinese traditional)"
+  :code-space [33 126 33 126]
+  :code-offset #x27A000)
+
 (unify-charset 'chinese-gb2312)
 (unify-charset 'chinese-gbk)
 (unify-charset 'chinese-cns11643-1)