[Bug libc/15736] mismatch between strcasecmp and toupper/tolower in tr_TR.iso88599 locale

vincent-srcware at vinc17 dot net sourceware-bugzilla@sourceware.org
Mon Jul 15 08:19:00 GMT 2013


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.


More information about the Glibc-bugs mailing list