[PATCH] kernel32: Restore C locale for LC_CTYPE category.

Piotr Caban piotr at codeweavers.com
Mon Mar 18 14:03:40 CDT 2019


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 at codeweavers.com>
---
  dlls/kernel32/locale.c | 1 +
  1 file changed, 1 insertion(+)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-kernel32-Restore-C-locale-for-LC_CTYPE-category.txt
Type: text/x-patch
Size: 479 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190318/a3f2b7eb/attachment.bin>


More information about the wine-devel mailing list