Commit f09f6865 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

Revert "kernel32: Restore C locale for LC_CTYPE category.".

This reverts commit c8e195e1. There's still lots of code that works incorrectly in tr_TR.UTF-8 locale but I think it's good to revert this patch before next release. Signed-off-by: 's avatarPiotr Caban <piotr@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent b602787a
......@@ -4226,7 +4226,6 @@ void LOCALE_Init(void)
mac_cptable->info.codepage, unix_cp );
setlocale(LC_NUMERIC, "C"); /* FIXME: oleaut32 depends on this */
setlocale(LC_CTYPE, "C"); /* Fixes issues when tr_TR.UTF-8 locale is used */
}
static HANDLE NLS_RegOpenKey(HANDLE hRootKey, LPCWSTR szKeyName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment