[PATCH 3/5] include: Introduce ascii_strncasecmp helper and use it in msvcrt.

Alexandre Julliard julliard at winehq.org
Mon Mar 18 05:12:47 CDT 2019


Piotr Caban <piotr at codeweavers.com> writes:

> In tr_TR.UTF-8 locale tolower('I') != 'i' (this is not a bug in glibc,
> tolower('I') is suppossed to return dotless i that is 2-byte long).
> Because of that strcasemp("i", "I") returns that the strings are
> different.
>
> Another way of fixing it is to stop setting system locale for LC_CTYPE.

That would probably be a better approach.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list