Remove Hangul character from `han' representative character list

* lisp/international/fontset.el (script-representative-chars):
U+3200 is a Hangul character that is predictably absent from CJK
fonts, such as are provided by Xiaomi devices.
This commit is contained in:
Po Lu 2024-08-16 21:01:22 +08:00
parent 40eecd594a
commit 909d1d02db

View file

@ -209,7 +209,7 @@
(kana #x304B)
(bopomofo #x3105)
(kanbun #x319D)
(han #x3200 #x4e10 #x5B57 #xfe30 #xf900)
(han #x4e10 #x5B57 #xfe30 #xf900)
(yi #xA288)
(syloti-nagri #xA807 #xA823 #xA82C)
(rejang #xA930 #xA947 #xA95F)