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

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

Re: non-ASCII characters in auto-save files


From: Stefan Monnier
Subject: Re: non-ASCII characters in auto-save files
Date: Wed, 27 Jun 2012 21:07:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> that's interesting. What's some examples? e.g. What chars in emacs's
> encoding that's different from utf-8 encoding? I've been wondering why
> it needs to be a superset.

The most obvious unavoidable ones are the chars that represent bytes.
So if you read a utf-8 file which has some invalid byte sequence, Emacs
will be able to save it back unchanged (in the buffer, the invalid
sequence is represented by the corresponding sequence of "byte chars").


        Stefan


reply via email to

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