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

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

Re: Encoding Problems


From: Peter Dyballa
Subject: Re: Encoding Problems
Date: Tue, 7 Mar 2006 20:30:50 +0100


Am 07.03.2006 um 13:38 schrieb Nicolas Keller:

How can I tell Emacs to automatically keep the ISO-8859-1 encoding when
I save the file after inserting this character?

I'd use another encoding, one with € ...

        (prefer-coding-system        'iso-latin-9-unix)
        (prefer-coding-system        'iso-8859-15)

or in the file either among the first few lines:

        ;; -*- mode: Emacs-Lisp; coding: iso-8859-15; -*-

or at its end:

        %
        % Local Variables:
        % mode: LaTeX
        % fill-column: 77
        % coding-system: iso-latin-9
        % End:

The differences between ISO Latin-1 and ISO Latin-9/0 are minimal and not to advantage for ISO Latin-1.

--
Mit friedvollen Grüßen

  Pete

Gut durch ist besser als unten durch






reply via email to

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