[PATCH] kernel32: Restore C locale for LC_CTYPE category.
18 Mar
2019
18 Mar
'19
7: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(+)
2469
Age (days ago)
2469
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban