User32 uses the input codepage in Unicode edit control.
However, it uses ANSI codepage, i.e. CP_ACP, in ANSI version control.
Comctl32 is different from user32. It doesn't have A-W duality and uses the input codepage in it.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54424
--
v3: comctl32/tests: Add WM_CHAR tests for edit control.
user32/edit: Use CP_ACP for WM_CHAR convresion in ANSI version control.
user32/tests: Fix WM_CHAR tests to use the input codepage.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2173
--
v4: winepulse: Remove AudioSessionManager.
wineoss: Remove AudioSessionManager.
winecoreaudio: Remove AudioSessionManager.
winealsa: Remove AudioSessionManager.
mmdevapi: Switch to own AudioSessionManager.
mmdevapi: Implement AudioSessionManager.
mmdevapi: Import GetAudioSessionWrapper() from driver.
winepulse: Export function to get AudioSessionWrapper object.
wineoss: Export function to get AudioSessionWrapper object.
winecoreaudio: Export function to get AudioSessionWrapper object.
winealsa: Export function to get AudioSessionWrapper object.
https://gitlab.winehq.org/wine/wine/-/merge_requests/2636