German letters?
  Home FAQ Contact Sign in
gnu.emacs.help only
 
Advanced search
POPULAR GROUPS

more...

gnu.emacs.help Profile…
 Up
German letters?         


Author: Astrid Kuhr
Date: Sep 15, 2008 02:00

Hello!

In my Emacs This is GNU Emacs 22.1.1 (i586-suse-linux-gnu, GTK+ Version 2.12.0)
from Suse 10.3 german letters apear e.g. as Mär instead of Mär.
How can I fix this?

Regards, Astrid
4 Comments
Re: German letters?         


Author: David Kastrup
Date: Sep 15, 2008 02:35

Astrid Kuhr writes:
> Hello!
>
> In my Emacs This is GNU Emacs 22.1.1 (i586-suse-linux-gnu, GTK+
> Version 2.12.0) from Suse 10.3 german letters apear e.g. as Mär
> instead of Mär. How can I fix this?

Clean up your .emacs file by removing anything related to language
environments and encodings. In particular stuff like
standard-display-european or such.

--
David Kastrup, Kriemhildstr. 15, 44793 Bochum
no comments
Re: German letters?         


Author: Nikolaj Schumacher
Date: Sep 15, 2008 08:47

David Kastrup gnu.org> wrote:
> Astrid Kuhr writes:
>
>> In my Emacs This is GNU Emacs 22.1.1 (i586-suse-linux-gnu, GTK+
>> Version 2.12.0) from Suse 10.3 german letters apear e.g. as Mär
>> instead of Mär. How can I fix this?

(I haven't received the original message at this time.)

Note that there are multiple possible representations of the letter ä.
The problem here is that the file has been saved as UTF-8, but is
interpreted as Latin-1.

Check if your OS is configured to use UTF-8. You can do that by typing
"locale" into a terminal, it should say something like:

LANG="de_DE.UTF-8"

regards,
Nikolaj Schumacher
no comments
Re: German letters?         


Author: Astrid Kuhr
Date: Sep 16, 2008 00:07

Hello!

Thanx for your help.
Now it works.

Regards, Astrid
no comments
Re: German letters?         


Author: Kevin Rodgers
Date: Sep 17, 2008 00:46

Astrid Kuhr wrote:
> In my Emacs This is GNU Emacs 22.1.1 (i586-suse-linux-gnu, GTK+ Version 2.12.0)
> from Suse 10.3 german letters apear e.g. as Mär instead of Mär.
> How can I fix this?

Start by telling us what is displayed in the *Help* buffer when you type
`C-h v major-mode' and then `C-h C'.

--
Kevin Rodgers
Denver, Colorado, USA
no comments