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/21302] strcoll does not correctly follow locale-specified order in some cases


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

--- Comment #8 from Carlos O'Donell <carlos at redhat dot com> ---
(In reply to David Kamholz from comment #7)
> Any update on this? Did you receive the program and were you able to
> reproduce the issue? I just want to make sure it doesn't get lost. :-)

I have the reproducer, and I agree that we aren't sorting by using the rules in
the locale, at least it doesn't look like it.

New locale: C.UTF-8
FAIL: ! >= U+100E (32)
FAIL: ¥ >= U+100E (236)
PASS: ! < ¥ (-204)
PASS: ! < ¡ (-159)
PASS: ! < U+800 (-188)
FAIL ! >= U+10000 (32)

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