(chinese-cns11643-15): New charset.
This commit is contained in:
parent
753901ddbe
commit
acc3a7032b
1 changed files with 8 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue