emacs-devel
[Top][All Lists]
Advanced

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

Re: Editing exportet registry files


From: Benjamin Riefenstahl
Subject: Re: Editing exportet registry files
Date: Thu, 07 Jul 2005 20:56:42 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux)

Hi Juanma,


Juanma Barranquero writes:
> Basically I want to use latin-9 for everything, but I want to be
> able to do C-x C-f my-utf-16-file and get it decoded right.

Have you tried to do something like this:

   (prefer-coding-system 'utf-16le-with-signature)
   (prefer-coding-system 'latin-9)

I.e. first put UTF-16 on the "priority list for automatic detection"
and than override it again with Latin-9 for the defaults.


benny





reply via email to

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