Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 2 Sep 2015 09:26:57 +0700
From: Рысь <lynx@...server.ru>
To: musl@...ts.openwall.com
Subject: Re: Message localization [Was: Re: Adjustments to
 roadmap]

On Tue, 1 Sep 2015 00:47:30 -0400
Rich Felker <dalias@...c.org> wrote:

> On Tue, Sep 01, 2015 at 11:26:55AM +0700, Рысь wrote:
> > This is what I get when running musl 1.1.11 without patches
> > (untouched):
> > 
> > % MUSL_LOCPATH=/tmp/l LC_ALL=ru_RU ./lib/libc.so ../date
> > Tue Sep  1 11:22:31 2015
> > 
> > I attached strace output as well as compiled ru_RU data.
> 
> The mo file is broken; it looks like it was produced with the buggy
> msgfmt from the sabotage repo that outputs the strings in the order
> they were in the source, rather than sorting them. If you write a
> perl/awk/whatever script to pre-sort them you should be able to get by
> with this msgfmt; otherwise, you could use the GNU version or try the
> other branch of gettext-tiny.
> 
> Rich

How to sort strings (or there is a script I don't know about)? Because I
can't use gnu version, and using gettext-tiny which was not updated for
3 years. Or there is another version with this feature implemented?

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.