svn commit: r281129 - head/etc

Gleb Smirnoff glebius at FreeBSD.org
Mon Apr 6 12:57:19 UTC 2015


On Mon, Apr 06, 2015 at 02:32:39PM +0300, Anton Yuzhaninov wrote:
A> On 04/06/15 04:32, Dmitry Marakasov wrote:
A> > Log:
A> >    Switch russian login class to UTF-8
A> >
A> 
A> UTF-8 is still has problems in FreeBSD.
A> 
A> E. g. try to sort file with lines (with ru_RU.UTF-8 locale)
A> 
A> $ cat > ttt
A> з
A> ё
A> ж
A> е
A> Ctrl+d
A> $ sort ttt
A> е
A> ж
A> з
A> ё
A> 
A> This order is wrong.

This is known. The problems of staying w/o UTF-8 today overweight problems
of switching to UTF-8.

And hopefully, the switch will motivate someone to do the collation :)

-- 
Totus tuus, Glebius.


More information about the svn-src-all mailing list