ntdll: Default to UTF-8 codepage at startup.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2022-04-12 21:39:14 +02:00
parent 0b9c35edb4
commit b47379c1f8
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ BYTE NlsMbCodePageTag = 0;
BYTE NlsMbOemCodePageTag = 0;
static const WCHAR *locale_strings;
static NLSTABLEINFO nls_info;
static NLSTABLEINFO nls_info = { { CP_UTF8 }, { CP_UTF8 } };
static struct norm_table *norm_tables[16];
static const NLS_LOCALE_LCID_INDEX *lcids_index;
static const NLS_LOCALE_LCNAME_INDEX *lcnames_index;