18 Mar
2019
18 Mar
'19
2:03 p.m.
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. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/kernel32/locale.c | 1 + 1 file changed, 1 insertion(+)