Fix setup of fonts for 'han' script.
* lisp/international/fontset.el (script-representative-chars): Add more CJK representative characters to 'han' script. (Bug#72188)
This commit is contained in:
parent
358dbbb723
commit
cb78b43f39
1 changed files with 3 additions and 1 deletions
|
@ -208,7 +208,9 @@
|
|||
(kana #x304B)
|
||||
(bopomofo #x3105)
|
||||
(kanbun #x319D)
|
||||
(han #x5B57)
|
||||
(han #x2e90 #x2f00 #x3010 #x3200 #x3300 #x3400 #x31c0 #x4e10
|
||||
#x5B57 #xfe30 #xf900
|
||||
#x1f210 #x20000 #x2a700 #x2b740 #x2b820 #x2ceb0 #x2f804)
|
||||
(yi #xA288)
|
||||
(syloti-nagri #xA807 #xA823 #xA82C)
|
||||
(rejang #xA930 #xA947 #xA95F)
|
||||
|
|
Loading…
Add table
Reference in a new issue