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

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

Re: umlaute not recognized


From: Peter Dyballa
Subject: Re: umlaute not recognized
Date: Sun, 19 Dec 2010 20:51:03 +0100


Am 19.12.2010 um 19:52 schrieb Tim Häring:

If I write a text-file in e.g. gedit like the following:
Hällöle
and open it with emacs I get the following:
hällöle


Make GNU Emacs open the file in UTF-8! GNU Emacs will do that automatically when it finds in the environment LANG or LC_CTYPE set to some *.UTF-8 value. Another option is to put into your init file:

        (prefer-coding-system 'utf-8)

--
Mit friedvollen Grüßen

  Pete

You can learn many things from children. How much patience you have, for instance.
                                – Franklin P. Jones




reply via email to

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