[bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-05 Thread Jim Meyering
Update of bug #27373 (project coreutils): Status:None => Invalid Open/Closed:Open => Closed ___ Follow-up Comment #3: closed at report

[bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-05 Thread B
Follow-up Comment #2, bug #27373 (project coreutils): I've traced this to a dodgy distro patch. Feel free to close the ticket. Sorry to bother you. ___ Reply to this item at: _

Re: [bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-03 Thread Michael Speer
On Sep 3, 2009 10:08am, C de-Avillez wrote: > > Interestingly, it works here with the string you used, and fails in the > following case: > > ~ $ for LANG in $(locale -a); do printf "A b\nAA b\nAAA b\n" | sort > -h|tr -d '\n'; echo; done | uniq -c > 1 A bAA bAAA b > 21 AAA bAA bA b >

Re: [bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-03 Thread C de-Avillez
On Wed, 2009-09-02 at 21:43 +, Pádraig Brady wrote: > Follow-up Comment #1, bug #27373 (project coreutils): > > I can't reproduce this or see anything wrong with the code. > > All 720 of my locales work fine: > > $ for LANG in $(locale -a); do printf "KnEnMnZn" | ./sort -h | tr -d 'n'; > ech

Re: [bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-02 Thread Jim Meyering
Pádraig Brady wrote: > Follow-up Comment #1, bug #27373 (project coreutils): > > I can't reproduce this or see anything wrong with the code. > > All 720 of my locales work fine: > > $ for LANG in $(locale -a); do printf "KnEnMnZn" | ./sort -h | tr -d 'n'; > echo; done | uniq -c > 720 KMEZ Pádr

[bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-02 Thread Pádraig Brady
Follow-up Comment #1, bug #27373 (project coreutils): I can't reproduce this or see anything wrong with the code. All 720 of my locales work fine: $ for LANG in $(locale -a); do printf "KnEnMnZn" | ./sort -h | tr -d 'n'; echo; done | uniq -c 720 KMEZ Can you give your libc version? Could y

[bug #27373] sort -h performs incorrectly if in utf8 locale.

2009-09-02 Thread anonymous
URL: Summary: sort -h performs incorrectly if in utf8 locale. Project: GNU Core Utilities Submitted by: None Submitted on: Wed 02 Sep 2009 19:12:06 UTC Category: None