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 locale/18927] Different strings should never collate as equal


https://sourceware.org/bugzilla/show_bug.cgi?id=18927

--- Comment #7 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to joseph@codesourcery.com from comment #5)
> The stated direction is that implementation-provided locales without an 
> '@' modifier should provide a total ordering of all strings without 
> different strings collating as equal.

I find it extremely surprising that strcoll is not to supposed to perform some
form of normalization in UTF-8 and  similar locales.  Is this really the
intent?

Is there a reason not to use the Unicode Collation Algorithm?

  <http://www.unicode.org/reports/tr10/>

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