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

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

Re: Automatic recognition of some specific coding systems


From: Eli Zaretskii
Subject: Re: Automatic recognition of some specific coding systems
Date: Wed, 25 Feb 2015 22:29:05 +0200

> From: Jürgen Hartmann <juergen_hartmann_@hotmail.com>
> Date: Wed, 25 Feb 2015 18:53:39 +0100
> 
> You are perfectly right stating that the question to be addressed now
> is how to port these customization commands to the contemporary
> version 24.4 of Emacs: In that version the coding system cp850 is not
> any more implemented via CCL and it is associated with the coding
> category coding-category-charset--the same category that the systems
> latin-1 and latin-9 are associated with. Furthermore, the command
> update-coding-systems-internal is not available any more, but this
> might be a minor detail.
> 
> I am rather clueless here, so any help is most welcome.

Try this:

  (set-coding-system-priority 'utf-8 'cp850)




reply via email to

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