svn commit: r281129 - head/etc

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 6 11:51:24 UTC 2015


On Mon, Apr 06, 2015 at 02:32:39PM +0300, Anton Yuzhaninov wrote:
> 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.
> 
This has been "fixed" after my commit on the same file where we enforce
LC_COLLATE=C

/me will love to see proper utf8 aware collation function in freebsd :(

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20150406/33f3dd7f/attachment.sig>


More information about the svn-src-all mailing list