bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sort (coreutils) bug


From: ssamiec
Subject: Re: sort (coreutils) bug
Date: Fri, 11 Jan 2008 09:29:05 -0800 (PST)
User-agent: G2/1.0

Found an answer. The problem is that sort does not recognize correctly
spaces in locale pl_PL.UTF-8
So the following commands give different output:

$ LC_ALL=en_US.UTF-8 sort --key=4,4 tmp4
$ LC_ALL=pl_PL.UTF-8 sort --key=4,4 tmp4


reply via email to

[Prev in Thread] Current Thread [Next in Thread]