Sweden-Number/dlls/oleaut32
Francois Gouget 9e4524ffb0 oleaut32: Fix VarParseNumFromStr()'s handling of currency thousands separators.
They are have no default, are not allowed before the first digit, are
unaffected by the presence / absence of a currency symbol, can be mixed
with regular digit separators, are incompatible with hexadecimal and
octal numbers (as are regular digit separators), and mask trailing
spaces.
Also they don't match regular spaces when set to a non-breaking space.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-06 19:56:32 +02:00
..
tests oleaut32: Fix VarParseNumFromStr()'s handling of currency thousands separators. 2021-08-06 19:56:32 +02:00
Makefile.in
connpt.c
connpt.h
dispatch.c
hash.c
oleaut.c
oleaut32.rc
oleaut32.rgs
oleaut32.spec
oleaut32_oaidl.idl
oleaut32_ocidl.idl
olefont.c
olepicture.c
olepropframe.c
recinfo.c
resource.h
safearray.c
typelib.c
typelib.h
usrmarshal.c
varformat.c
variant.c oleaut32: Fix VarParseNumFromStr()'s handling of currency thousands separators. 2021-08-06 19:56:32 +02:00
variant.h
vartype.c oleaut32: Update the VarDateFromStr() Y2K cutoff. 2021-07-20 13:19:47 +02:00