bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72188: 29.2; Won't render U+2F75 kangxi radical character


From: Eli Zaretskii
Subject: bug#72188: 29.2; Won't render U+2F75 kangxi radical character
Date: Sat, 20 Jul 2024 09:51:32 +0300

> Date: Fri, 19 Jul 2024 12:17:30 -0600
> From:  Robert Nikander via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> 
> I'm trying to include a certain unicode character in some files. The 
> character is U+2F75 - KANGXI RADICAL BAMBOO: ⽵.
> 
> Even though my Windows system has fonts that render that glyph, Emacs
> will not use them, and it renders the character as the box with the
> "2F75" in it. If if my default face doesn't have the glyph,
> shouldn't Emacs fall back on a font that does have the glyph, when it
> hits that unicode character?

It should, yes.  However, the Emacs setup for CJK fonts is very
complex, and we don't currently have experts on board to understand
why it doesn't work on MS-Windows.  So for now, you will have to put
the below somewhere in your init file:

  (set-fontset-font t 'han
                      '("Microsoft YaHei" . "iso10646-1") nil 'append)

to have these characters covered.

If this works for you, it is currently all we can do for this
situation.  (And before you ask: we cannot have the above by default
in Emacs OOTB because we don't want to promote non-free fonts that
Windows provides.)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]