GNU bug report logs - #9621
24.0.90; a character not displayed

Previous Next

Packages: emacs, w32;

Reported by: "Ota, Takaaki" <Takaaki.Ota <at> am.sony.com>

Date: Tue, 27 Sep 2011 23:31:02 UTC

Severity: normal

Merged with 6029, 7811

Done: Jason Rumney <jasonr <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #58 received at 9621 <at> debbugs.gnu.org (full text, mbox):

From: Jason Rumney <jasonr <at> gnu.org>
To: "Ota\, Takaaki" <Takaaki.Ota <at> am.sony.com>
Cc: 9621 <at> debbugs.gnu.org, eliz <at> gnu.org
Subject: Re: bug#9621: 24.0.90; a characger not displayed
Date: Wed, 02 Nov 2011 22:06:03 +0800
[Message part 1 (text/plain, inline)]
"Ota, Takaaki" <Takaaki.Ota <at> am.sony.com> writes:

> Now I fully understand the situation.  Thanks for the detail
> explanation.  I am sorry for the shoddy platform I have to use.

Does the following patch help?  It basically changes the characters that
Emacs looks for in a font to classify it as capable of displaying kana;
from hiragana "ka" only; to hiragana, katakana and half-width katakana
"ka", and the prolonged sound mark that is missing from the first font
your system currently finds for displaying Japanese.

[Message part 2 (text/plain, inline)]
=== modified file 'lisp/international/fontset.el'
*** lisp/international/fontset.el	2011-02-01 21:37:12 +0000
--- lisp/international/fontset.el	2011-11-02 13:59:00 +0000
***************
*** 181,187 ****
  	(braille #x2800)
  	(ideographic-description #x2FF0)
  	(cjk-misc #x300E)
! 	(kana #x304B)
  	(bopomofo #x3105)
  	(kanbun #x319D)
  	(han #x5B57)
--- 181,187 ----
  	(braille #x2800)
  	(ideographic-description #x2FF0)
  	(cjk-misc #x300E)
! 	(kana #x304B #x30AB #x30FC #xff76)
  	(bopomofo #x3105)
  	(kanbun #x319D)
  	(han #x5B57)


This bug report was last modified 13 years and 171 days ago.

Previous Next


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