Mercurial > emacs
changeset 89822:c6d196788a1c
(chinese-cns11643-15): New charset.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 12 Feb 2004 08:11:56 +0000 |
parents | 86b61bdf989b |
children | 4dbae0eca96d |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Thu Feb 12 08:08:55 2004 +0000 +++ b/lisp/international/mule-conf.el Thu Feb 12 08:11:56 2004 +0000 @@ -1106,7 +1106,7 @@ :min-code '(#xE332 . #x9A36) :max-code '(#xFE39 . #xFE39) :supplementary-p t - :code-offset #X22484C ; ... #x279f93 + :code-offset #x22484C ; ... #x279f93 ) (define-charset 'gb18030 @@ -1118,6 +1118,13 @@ 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)