https://bugs.winehq.org/show_bug.cgi?id=54424
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |8b8d787d7dc0b2ff2894968173b | |fcf763f16e131 Status|NEW |RESOLVED
--- Comment #3 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit 8b8d787d7dc0b2ff2894968173bfcf763f16e131 Author: François Gouget fgouget@codeweavers.com Date: Mon Apr 17 14:44:06 2023 +0200
user32/tests: Fix the DBCS WM_CHAR tests in mixed locales.
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