18 Mar
2019
18 Mar
'19
10:12 a.m.
Piotr Caban <piotr(a)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(a)winehq.org