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 18:17:12 +0200
User-agent: KMail/1.9.1

Paul Pogonyshev wrote:
> >   - You are not using glibc >= 2.3.3 (on glibc systems) or
> >     libintl from GNU gettext >= 0.13 (on non-glibc systems).
> 
> I have file `/lib/libc-2.3.2.so', so I suppose that means the first
> requirement fails?  Or how do I check?

Probably, yes. You can check for sure by unpacking the source of
/lib/libc-2.3.2.so and looking whether the ChangeLog contains this
entry:

2003-10-19  Bruno Haible  <address@hidden>

        * intl/hash-string.c (hash_string): Zero-extend each char from the
        string; the old code did a sign-extend on some platforms.

> Do you mean this problem exists on new distributions?

Newer distros use newer glibcs and therefore will not have this problem.

Bruno




reply via email to

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