GNU bug report logs - #72188
29.2; Won't render U+2F75 kangxi radical character

Previous Next

Package: emacs;

Reported by: Robert Nikander <robert.nikander <at> icloud.com>

Date: Fri, 19 Jul 2024 18:18:02 UTC

Severity: normal

Found in version 29.2

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: Robert Nikander <robert.nikander <at> icloud.com>
Cc: 72188 <at> debbugs.gnu.org
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 <at> 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.)




This bug report was last modified 1 year and 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.