Add CJK Compatibility character to Han representative chars
* lisp/international/fontset.el (script-representative-chars): Add U+3410 to Han characters, to represent the 3400..4DBF block.
This commit is contained in:
parent
ed305c4b98
commit
2c505c68b2
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@
|
|||
(kana #x304B)
|
||||
(bopomofo #x3105)
|
||||
(kanbun #x319D)
|
||||
(han #x4e10 #x5B57 #xfe30 #xf900)
|
||||
(han #x3410 #x4e10 #x5B57 #xfe30 #xf900)
|
||||
(yi #xA288)
|
||||
(syloti-nagri #xA807 #xA823 #xA82C)
|
||||
(rejang #xA930 #xA947 #xA95F)
|
||||
|
|
Loading…
Add table
Reference in a new issue