[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: encoding of font-name with unicode branch new font-backend
From: |
Kenichi Handa |
Subject: |
Re: encoding of font-name with unicode branch new font-backend |
Date: |
Thu, 07 Dec 2006 20:21:34 +0900 |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.91 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) |
In article <address@hidden>, Miles Bader <address@hidden> writes:
> If I do "C-u C-x =" on a character which is displayed with a
> font-backend font that has a non-latin name, the font-name is not
> displayed correctly: It's displayed as raw binary characters, which are
> actually the bytes of a UTF-8 encoded font name.
> It seems that somewhere (decode-coding-string ... 'utf-8) has to be
> called on the font name,
I agree.
> but I'm not sure which layer has the knowledge
> that the string is actually utf-8...
Me neither. :-(
It seems that fontconfig can contains FC_FAMILYLANG property
in FcPattern, but there's no FC_FAMILY_ENCODING.
---
Kenichi Handa
address@hidden