wine/dlls/vbscript
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
..
tests vbscript/tests: Fix the testChrError() tests in the mixed locale case. 2023-03-13 15:56:32 +01:00
compile.c vbscript: Use CRT allocation functions. 2022-11-15 18:05:07 +01:00
global.c vbscript: Add missing stubs for GetLocale and SetLocale builtins. 2023-02-09 18:02:29 +01:00
interp.c vbscript: Fix memory leak in owned safearray iterator. 2023-02-09 23:11:40 +01:00
lex.c vbscript: Fix compile issue with non hex after concat without space. 2023-02-16 16:48:38 +01:00
Makefile.in
parse.h vbscript: Add support for argument list in ReDim. 2022-11-11 11:55:02 +01:00
parser.y vbscript: Fix compile when statement after ElseIf or after separator. 2023-02-15 21:48:33 +01:00
regexp.c vbscript: Use CRT allocation functions. 2022-11-15 18:05:07 +01:00
regexp.h vbscript: Use CRT allocation functions. 2022-11-15 18:05:07 +01:00
utils.c vbscript: Fix memory leak in owned safearray iterator. 2023-02-09 23:11:40 +01:00
vbdisp.c vbscript: Implement SID_GetCaller for QueryService. 2023-01-27 13:39:06 +01:00
vbregexp.c vbscript: Use CRT allocation functions. 2022-11-15 18:05:07 +01:00
vbscript.c vbscript: Implement SID_GetCaller for QueryService. 2023-01-27 13:39:06 +01:00
vbscript.h vbscript: Fix memory leak in owned safearray iterator. 2023-02-09 23:11:40 +01:00
vbscript.rc
vbscript.rgs
vbscript.spec
vbscript_classes.idl
vbscript_defs.h
vbscript_main.c vbscript: Use CRT allocation functions. 2022-11-15 18:05:07 +01:00
vbsglobal.idl
vbsregexp10.idl
vbsregexp55.idl