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

Bug#56195: marked as forwarded (en_US locale breaks sorting)



Your message dated Mon, 3 Apr 2000 08:29:19 -0700
with message-id <p04310102b50e67edfbae@[206.163.71.146]>
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) libc-alpha@sourceware.cygnus.com.

(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" <eichin@thok.org>
To: submit@bugs.debian.org
Subject: en_US locale breaks sorting
Full-Name: "Mark W. Eichin"
Message-Id: <20000125183634.7C062F61BB@marbles.thok.org>
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 to: