[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Editing exportet registry files
From:
Stefan Monnier
Subject:
Re: Editing exportet registry files
Date:
2005年6月30日 17:23:24 -0400
User-agent:
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)
> when I export part of the registry on MS Windows to a .reg file, it is
> a Unicode file (little-endian) encoded with BOM (FF FE) as the first bytes.
You mean, it's utf-16-le
> Is it possible to edit such a file with Emacs?
Yes,
Stefan