https://bugs.winehq.org/show_bug.cgi?id=54003 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |1d9de16091a048cf37485001bf9 | |f9af9089edadb Resolution|--- |FIXED --- Comment #8 from François Gouget <fgouget(a)codeweavers.com> --- This is finally fixed in all (tested) locale combinations: commit 1d9de16091a048cf37485001bf9f9af9089edadb Author: François Gouget <fgouget(a)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 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.