Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2015 14:32:39 +0300
From:      Anton Yuzhaninov <citrin@citrin.ru>
To:        svn-src-all@freebsd.org
Subject:   Re: svn commit: r281129 - head/etc
Message-ID:  <55226ED7.2010007@citrin.ru>
In-Reply-To: <201504060132.t361WRVe090234@svn.freebsd.org>
References:  <201504060132.t361WRVe090234@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 04/06/15 04:32, Dmitry Marakasov wrote:
> Log:
>    Switch russian login class to UTF-8
>

UTF-8 is still has problems in FreeBSD.

E. g. try to sort file with lines (with ru_RU.UTF-8 locale)

$ cat > ttt
Ú
£
Ö
Å
Ctrl+d
$ sort ttt
Å
Ö
Ú
£

This order is wrong.

On Linux sort order for this file is correct (and was correct several years ago).

I don't have current now, but this bug still here in stable/10 and I don't 
remember any commits in this area.

I don't find PR after quick search, but I think this problem is well known.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55226ED7.2010007>