On Thu, Aug 27, 2015 at 02:00:17PM +0000, Alexander Kabaev wrote:
> Author: kan
> Date: Thu Aug 27 14:00:16 2015
> New Revision: 287204
> URL: https://svnweb.freebsd.org/changeset/base/287204
> 
> Log:
>   Unbreak nvi message catalog generation for 8 bit locales.
>   
>   Feeding any file encoded in 8 bit locales such as KOI8-RU
>   to sort utility running under UTF-8 locale produces astonishing
>   result of recoding the output to UTF-8. To counter that, just
>   run sort under 'C' locale for now.

That is because FreeBSD is missing multibyte collation support. and it solved by
using LC_COLLATE=C which is enforced by login.conf in head.

Best regards,
Bapt

Attachment: pgp8oWtsQTsVd.pgp
Description: PGP signature

Reply via email to