This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/259] New: sorting in en_US locale ignores non-letters


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]