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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"