https://bugs.winehq.org/show_bug.cgi?id=54003
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |1d9de16091a048cf37485001bf9 | |f9af9089edadb Resolution|--- |FIXED
--- Comment #8 from François Gouget fgouget@codeweavers.com --- This is finally fixed in all (tested) locale combinations:
commit 1d9de16091a048cf37485001bf9f9af9089edadb Author: François Gouget fgouget@codeweavers.com AuthorDate: Sun Mar 12 20:26:29 2023 +0100
vbscript/tests: Fix the testChrError() tests in the mixed locale case.
VBscript actually uses the default code page of the user default locale which may not be the same as CP_THREAD_ACP. Also for locales that don't have an ANSI code page, such as Hindi, it falls back to UTF-8.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54003