| Re: Traditional chinese characters missing |
|
 |
|
 |
|
 |
|
 |
Group: comp.emacs · Group Profile
Author: xahleexahlee Date: May 4, 2008 05:43
empty box usually just mean you are missing the font for that char.
That is, your font doesn't not have a glyph for that char.
The solution, is probably switch to a font that is designed for
simplified or traditional chars, or for both.
I'm on a Mac, using Carbon Emacs (which is a pre-build binary). My
emacs can display both simplified and traditional chinese no problem.
Xah
xah@ xahlee.org
∑ http://xahlee.org/
☄
On Apr 29, 4:31 am, Rodolfo Medina gmail.com> wrote:
> Hi.
>
> With `chinese-py' input method I can input simplified Chinese characters;
> instead with `chinese-py-b5' there are only white squares. If I go to one of
> the empty boxes and type "C-u C-x =", this is Emacs response:
>
> character: ä¸ (152420, #o451544, #x25364, U+4E2D)
> charset: chinese-big5-1
> (Frequently used part (A141-C67F) of Big5 (Chinese traditional).)
> code point: #x26 #x64
> syntax: w which means: word
> category: C:Chinese (Han) characters of 2-byte character sets c:Chinese
> |:While filling, we can break a line at this character.
> to input: type "zhong1" or "zhong4" with chinese-py-b5
> buffer code: #x98 #xA6 #xE4
> file code: #xE4 #xB8 #xAD (encoded by coding system mule-utf-8)
> display: no font available
>
> There are text properties here:
> fontified t
>
> . Certainly something important must be missing. Does anyone have any
> experience with the problem?
>
> Thanks for any help
> Rodolfo
|