From 689688270c3ecfba47473878dfc347a77e0b6557 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 20 Jul 2024 09:46:21 +0300 Subject: [PATCH] Fix setup of fonts for 'han' script. * lisp/international/fontset.el (script-representative-chars): Add more CJK representative characters to 'han' script. (Bug#72188) (cherry picked from commit cb78b43f39432af3301a39507eac23f5f1e9fbf3) --- lisp/international/fontset.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index a6129cbc8f0..d4e24899d11 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -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) -- 2.39.2