emacs-devel
[Top][All Lists]
Advanced

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

Re: Choice of fonts displaying etc/HELLO


From: Kenichi Handa
Subject: Re: Choice of fonts displaying etc/HELLO
Date: Fri, 01 Aug 2008 21:50:45 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, "Juanma Barranquero" <address@hidden> writes:

> On Wed, Jul 30, 2008 at 17:03, Jason Rumney <address@hidden> wrote:
> > So probably the file code is different despite what file code is
> > reported above that.

> ^[$,1x    => ESC #x24 #x2c #x31 #x78 #x20

> vs.

> ^[$B"O    => ESC #x24 #x42 #x22 #x4F

> apparently. So the last one is correctly reported.

Ah, this is a bug of describe-char.  It didn't check
`charset' text-property on encoding.

I've just installed this change.

2008-08-01  Kenichi Handa  <address@hidden>

        * descr-text.el (describe-char-display): Call encode-coding-char
        with the arg CHARSET.
        (describe-char): Pay attention to the text-property `charset'.

        * international/mule-cmds.el (encode-coding-char): New optional
        arg CHARSET.

---
Kenichi Handa
address@hidden




reply via email to

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