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/14038] strcoll sorting order


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

--- Comment #1 from Andrzej <ndrwrdck at gmail dot com> 2012-05-01 03:58:14 UTC ---
Just to clarify, I run into this issue(?) when we tried to optimize sorting in
our application.

Our assumption was that, knowing that the first character of two strings are
different, comparing just these characters is as good as comparing the whole
strings, that is if 'ã' < 'a' then 'ãaaa' < 'aa'. This assumption fails with
the current design of strcoll.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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