Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Mon, 22 Dec 2014 14:53:34 -0500
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: strcoll ignores LC_COLLATE

On Sun, Dec 21, 2014 at 07:54:06PM +0300, Oleg Ranevskyy wrote:
> Dear community,
> 
> The musl's implementation of strcoll currently ignores C locale
> settings and uses simple strcmp for comparison.
> 
> Is this a know issue? Are there plans to change strcoll and make it
> consider LC_COLLATE?

It doesn't really "ignore" it per se; it's just that musl doesn't
presently have any way to define a locale with a collation order other
than the default codepoint order. This is an area I intend to work on
in the (hopefully near) future.

Rich

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.