classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] [Patch] small fixes in gnu.*


From: Archie Cobbs
Subject: Re: [cp-patches] [Patch] small fixes in gnu.*
Date: Wed, 02 Mar 2005 12:37:25 -0600
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041129

Michael Koch wrote:
>>'n' comes before 'O' in English collation. This "fix" is a regression.
> 
> No. Uppercase charcters are ordered before lowercase. That is what
> Eclipse and all other tools I looked do by default. I would have like it
> the other way too but then I have to change the defaults everywhere.
> We were inconsistent in this in the past, parts of the code uses this order,
> other parts use the other order and most code used no real order before.

In case anyone didn't realize this.. sort order is a function of
your locale setting.

You need to set your LC_ALL to "C" instead of "en" to get the
traditional sorting, if you're using a tool like sort(1) to do the sort.

-Archie

__________________________________________________________________________
Archie Cobbs      *        CTO, Awarix        *      http://www.awarix.com


*
Confidentiality Notice: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and may contain confidential and 
privileged information. Any unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message.
*





reply via email to

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