Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3979295
By: nobody

I am having trouble getting sort to produce output that is sorted by native
byte value.
This means that I want

a
A
a
A
B
B
b
B
b

to become

A
A
B
B
B
a
a
b
b

not

a
a
A
A
b
b
B
B
B

as is the case with sort from gnuwin32 coreutils-5.3.0

Trouble with the locale is probably the cause of this. I have seen several other
posts about this problem on this forum, indicating that sort uses the default
locale no matter what LC_ALL is set to. Has anyone found a solution?

Thanks in advance

Dag S.E.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to