This is the mail archive of the glibc-bugs@sourceware.org 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/5521] Collation: "#" < "a" < "#a"; special characters and wrong sorting


------- Additional Comments From pere at hungry dot com  2007-12-24 15:06 -------
You can of course believe anything you want, but to have the presumed
correct sorting order in glibc changed, you will have to provide
some reference or source that can explain why it is wrong.
The C sorting order is according to character code value, while most langauges
sort according to linguistic rules.  The sorting order for en_US is
according to linguistic rules, and I believe it is correct.  Only letters
and numbers are considered on the first level, and space and non-letter
characters are considered if the first level is identical.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5521

------- 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]