Paul Eggert <[EMAIL PROTECTED]> writes:

> Simon Josefsson <[EMAIL PROTECTED]> writes:
>
>> For some reason sort in LANG=sv_SE.UTF-8 sort 'w' equal to 'v', making
>> 'wc' end up before 'vdir', and a check fails.
>
> Thanks for pointing this out.  But the patch isn't quite right, since
> you can't portably set LC_COLLATE to C without also setting LC_CTYPE
> consistently, as the resulting behavior is undefined.  It's simpler
> just to set LC_ALL.  Also, there are some other places that have the
> same problem.  How about the following patch instead?

Looks better.  Thanks!



_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to