Paul Eggert <[EMAIL PROTECTED]> wrote: > 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?
Thanks to both of you. I've applied this patch. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
