From: Eli Zaretskii Date: Sat, 20 Jul 2024 06:46:21 +0000 (+0300) Subject: Fix setup of fonts for 'han' script. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=689688270c3ecfba47473878dfc347a77e0b6557;p=emacs.git 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) --- 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)