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

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

Re: problems displaying german "umlaute"


From: TomSW
Subject: Re: problems displaying german "umlaute"
Date: Fri, 3 Jul 2009 11:39:10 -0700 (PDT)
User-agent: G2/1.0

On Jul 3, 8:07 pm, Rainer Stengele <rainer.steng...@online.de> wrote:

> >> I am using textfiles (actually org-mode text) both on windows emacs 23
> >> (emacsw32-20090226) and under different linux variants (kubuntu,
> >> sidux) some running emacs 22 and some emacs 23.
>
> >> The problem is that the "umlauts" shown in the windows emacs without
> >> problems are shown as code under linux.

It looks as if you are opening utf-8 files as ascii or some other
unsuitable encoding. Try opening them as utf-8. For example, open the
file, then use the command M-x revert-buffer-with-coding-system to
reload the file with a different encoding. Specify the coding system
as "utf-8-unix". Does this fix the problem?

If it does, the second question is why Emacs isn't using the correct
encoding to start with. Load the file again, and check the value of
the variables enable-multibyte-characters and default-enable-multibyte-
characters. They should both be t - are they?

regards,
Tom SW


reply via email to

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