bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: non-ASCII character in untranslated strings


From: Bruno Haible
Subject: Re: non-ASCII character in untranslated strings
Date: Thu, 6 Jul 2006 15:07:40 +0200
User-agent: KMail/1.9.1

Hi,

Paul Pogonyshev wrote:
> When I use gettext calls and the untranslated (English) string
> contains non-ASCII characters, gettext fails to find the translation.
> Is something wrong with my setup (from under GTK+, UTF-8 charset) or
> with gettext itself?

There are three possible causes of this problem:
  - The English string in the source code is encoded in a different
    encoding than in the PO file. (Maybe ISO-8859-1 in one and UTF-8 in
    the other.)
  - You are not using glibc >= 2.3.3 (on glibc systems) or
    libintl from GNU gettext >= 0.13 (on non-glibc systems).
  - You are not using msgfmt from GNU gettext >= 0.13.

Bruno




reply via email to

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