Your message dated Mon, 3 Apr 2000 08:29:19 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Fwd: Bug#56195: en_US (also en_CA) do other weird things to 
sort  order
has caused the Debian Bug report #56195,
regarding en_US locale breaks sorting
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Darren Benham
(administrator, Debian Bugs database)

Received: (at submit) by bugs.debian.org; 25 Jan 2000 18:36:39 +0000
Received: (qmail 6753 invoked from network); 25 Jan 2000 18:36:38 -0000
Received: from marbles.thok.org (199.103.225.4)
  by master.debian.org with SMTP; 25 Jan 2000 18:36:38 -0000
Received: by marbles.thok.org (Postfix, from userid 3382)
        id 7C062F61BB; Tue, 25 Jan 2000 13:36:34 -0500 (EST)
From: "Mark W. Eichin" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: en_US locale breaks sorting
Full-Name: "Mark W. Eichin"
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 25 Jan 2000 13:36:34 -0500 (EST)

package: locales
version: 2.1.2-10

Given that LC_ALL or LANG triggers this, I'm going to assume it is a
locale problem first, though it could be sort itself.  Namely, setting
the en_US locale forces case-insensitive sorting... 

$ sort
A
b
C
d
A
C
b
d
$ LC_ALL=en_US sort
A
b
C
d
A
b
C
d
$ sort --version
sort (GNU textutils) 2.0
Written by Mike Haertel.

Copyright (C) 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Reply via email to