vbscript/tests: Fix the testChrError() tests in the mixed locale case.
commit1d9de16091a048cf37485001bf9f9af9089edadb
authorFrancois Gouget <fgouget@codeweavers.com>
Sun, 12 Mar 2023 19:26:29 +0000 (12 20:26 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Mar 2023 14:56:32 +0000 (13 15:56 +0100)
tree4f645f35854fce2445e03422db551dd98f50d2ab
parent4e7aa4fb6a9b890751c419d5f2416f6031bdf8b5
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
dlls/vbscript/tests/run.c