Commit b47379c1 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Default to UTF-8 codepage at startup.

parent 0b9c35ed
......@@ -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;
......
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