17 Apr
2023
17 Apr
'23
4:42 p.m.
WM_CHAR interprets the character codes using a code page tied to the keyboard layout, not CP_ACP. Also skip the test if WideCharToMultiByte() used the default character since that breaks the round-trip. Trace the code page when skipping the tests. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54424 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2661