Le lundi 25 septembre 2006 17:03, Jiri Palecek a écrit :
> Package: emacs21
> Severity: minor
> 
> Hello,
> 
> when I upgraded my emacs, loading utf-8 files stopped working.
> I use Czech language environment. When I chose "describe language
> environment" from the menu, utf-8 is listed far in the back of
> coding systems list, even below binary (!). Isn't that a problem?

Hi,

Sorry for the late reply.

What does your $LANg look like?

If it is not an UTF-8 locale, I guess you need the following in your .emacs:

(prefer-coding-system 'utf-8)

I also have this in my .emacs:

(set-language-environment "UTF-8")
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)

I hope this help,

-- 
Jérôme Marant

Reply via email to