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

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

Re: Encoding again


From: Stefan Monnier
Subject: Re: Encoding again
Date: Tue, 19 Oct 2004 13:15:09 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

> As far as I can see, there is no or little difference between the
> coding systems:

> emacs-mule
> raw-text
> no-conversion
> binary

binary == no-conversion == raw-text-unix.

raw-text is almost the same except it does end-of-line conversion.

emacs-mule is completely different: reading a file with one of the other
3 encoding will only generate chars between 0 and 255, whereas with
emacs-mule you can get literally any char (it's an encoding loosely
comparable to iso-2022 or to utf-8).

emacs-mule should generally be avoided (it's the internal encoding used
inside Emacs buffers and can change between Emacs versions).


        Stefan


reply via email to

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