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 libc/15736] mismatch between strcasecmp and toupper/tolower in tr_TR.iso88599 locale


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

--- Comment #2 from Vincent LefÃvre <vincent-srcware at vinc17 dot net> ---
(In reply to Jonathan Nieder from comment #1)
> I would have expected the following:
> 
>         10 INF
>         10 ÄNF
>         10 ÄnF
>         10 Änf
>         01 inf
>         01 Änf
>         01 ÄNf
>         01 ÄNF
> 
> That's because i and Ä are different letters in Turkish, whose
> capitalized equivalents are Ä and I.

Yes, you're right. I got confused by the fact strcasecmp currently regards as
the ASCII letters i and I as being the same, but it shouldn't.

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