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

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

Re: font or face problem in emacs


From: Eli Zaretskii
Subject: Re: font or face problem in emacs
Date: Fri, 30 Jun 2006 15:03:45 +0300

> From: Peter Dyballa <Peter_Dyballa@Web.DE>
> Date: Fri, 30 Jun 2006 00:18:34 +0200
> Cc: help-gnu-emacs@gnu.org
> 
> Make the *compilation* buffer be encoded in UTF-8

In the interests of not getting users confused, and also to make the
terminology right, let me note that buffers in Emacs are not encoded,
neither in UTF-8 or Latin-1, nor in any other similar encoding.
Characters are only encoded by Emacs when it writes the buffer to a
file or sends it to some program.

What you probably wanted to say was ``make Emacs decode the compiler's
output as UTF-8''.  That is, things need to be set up so that Emacs
interprets the byte stream from the compiler as UTF-8 encoding of
Unicode characters.  It will then decode those bytes into the internal
representation used to store characters within Emacs buffers.




reply via email to

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