This is the mail archive of the
glibc-bugs@sources.redhat.com
mailing list for the glibc project.
[Bug localedata/259] New: sorting in en_US locale ignores non-letters
- From: "kjetilho at ifi dot uio dot no" <sourceware-bugzilla at sources dot redhat dot com>
- To: glibc-bugs at sources dot redhat dot com
- Date: 8 Jul 2004 21:11:42 -0000
- Subject: [Bug localedata/259] New: sorting in en_US locale ignores non-letters
- Reply-to: sourceware-bugzilla at sources dot redhat dot com
when sorting names, I expect last names (first word) to be grouped together.
this isn't happening. Glibc seems to ignore any non-letters in the string.
$ printf "Smith, Abel\nSmith, Elias\nSmithee, Alan\n" | LC_COLLATE=en_US sort
Smith, Abel
Smithee, Alan
Smith, Elias
the same thing happens in nn_NO, sq_AL and probably many others.
--
Summary: sorting in en_US locale ignores non-letters
Product: glibc
Version: 2.3.2
Status: NEW
Severity: normal
Priority: P2
Component: localedata
AssignedTo: pere at hungry dot com
ReportedBy: kjetilho at ifi dot uio dot no
CC: glibc-bugs at sources dot redhat dot com
http://sources.redhat.com/bugzilla/show_bug.cgi?id=259
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.