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

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

Re: IPA characters from subprocesses


From: Oliver Scholz
Subject: Re: IPA characters from subprocesses
Date: Sun, 13 Jul 2003 17:39:11 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

kai.grossjohann@gmx.net (Kai Großjohann) writes:

> dk2993@accela.net writes:
>
>>   Here it is for the missing-char box:
>>
>>   character: ɛ (01210733, 332251, 0x511db)
>>     charset: mule-unicode-0100-24ff
>
> Ah.  Well, Emacs often considers like-looking characters to be
> different, if different encodings are used.  So the character you
> type is in one encoding and the character read from the file is in
> another encoding.

A workaround for the displaying problem could be to specify that
Emacs should use the ETL font (which obviously contains the necessary
glyphs) for the IPA characters in the `mule-unicode-0100-24ff'
charset, too. (This requires of course a fontset.)

I have not tested this, because I don't have the ETL fonts:

(set-fontset-font 
 "fontset-lirumlarum" ; Replace this with the name of your fontset.
 '(332240 . 332367) ; First and Last IPA chars in mule-unicode-0100-24ff
 "-ETL-Fixed-Medium-R-Normal--16-160-72-72-C-80-MuleIPA-1")

    Oliver
-- 
25 Messidor an 211 de la Révolution
Liberté, Egalité, Fraternité!


reply via email to

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