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

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

bug#9621: 24.0.90; a characger not displayed


From: Jason Rumney
Subject: bug#9621: 24.0.90; a characger not displayed
Date: Wed, 02 Nov 2011 22:06:03 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

"Ota, Takaaki" <Takaaki.Ota@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.

=== 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)


reply via email to

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