From 347bdfbcaed8e11fe847c41fc43fbcff820a5d07 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 16 Aug 2024 21:01:22 +0800 Subject: [PATCH] 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. (cherry picked from commit 909d1d02db1c11e1309316cba2a392e1456e6053) --- lisp/international/fontset.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index f0f6c8070ac..1d5931ac761 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -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) -- 2.39.2