Re: Locale en_US and sorting order

2002-09-03 Thread Carl Johnson
[EMAIL PROTECTED] (Bob Proulx) writes: > Carl Johnson <[EMAIL PROTECTED]> [2002-09-02 16:00:21 -0700]: > > I have been using the locale en_US.UTF-8 for unicode, and I noticed > > that the sorting order is different than the default 'C' locale. With > > en_US the case is folded, so 'A' sorts the

Re: Locale en_US and sorting order

2002-09-03 Thread Carl Johnson
Henrique de Moraes Holschuh <[EMAIL PROTECTED]> writes: > On Mon, 02 Sep 2002, Carl Johnson wrote: > > I have been using the locale en_US.UTF-8 for unicode, and I noticed > > that the sorting order is different than the default 'C' locale. With > > Obviously. You don't expect dictionaries to s

Re: Locale en_US and sorting order

2002-09-02 Thread Bob Proulx
Carl Johnson <[EMAIL PROTECTED]> [2002-09-02 16:00:21 -0700]: > I have been using the locale en_US.UTF-8 for unicode, and I noticed > that the sorting order is different than the default 'C' locale. With > en_US the case is folded, so 'A' sorts the same as 'a', but with the > 'C' locale the upper

Re: Locale en_US and sorting order

2002-09-02 Thread Henrique de Moraes Holschuh
On Mon, 02 Sep 2002, Carl Johnson wrote: > I have been using the locale en_US.UTF-8 for unicode, and I noticed > that the sorting order is different than the default 'C' locale. With Obviously. You don't expect dictionaries to sort "a" and "A" differently, do you? > I've been using different v