GNU bug report logs -
#9621
24.0.90; a character not displayed
Previous Next
Full log
Message #58 received at 9621 <at> debbugs.gnu.org (full text, mbox):
[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.