wine/dlls/vbscript/tests
Francois Gouget 1d9de16091 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
2023-03-13 15:56:32 +01:00
..
api.vbs oleaut32: Fix VarAbs function for BSTR with positive values. 2023-02-15 10:19:59 +01:00
caller.c vbscript: Implement SID_GetCaller for QueryService. 2023-01-27 13:39:06 +01:00
createobj.c
error.vbs
lang.vbs vbscript: Fix compile issue with non hex after concat without space. 2023-02-16 16:48:38 +01:00
Makefile.in vbscript: Implement SID_GetCaller for QueryService. 2023-01-27 13:39:06 +01:00
regexp.vbs
rsrc.rc
run.c vbscript/tests: Fix the testChrError() tests in the mixed locale case. 2023-03-13 15:56:32 +01:00
vbscript.c
vbscript_defs.h
vbsregexp55.idl