https://bugs.winehq.org/show_bug.cgi?id=50672
Bug ID: 50672 Summary: .toString() implementation VT_CY behaves as if .toLocaleString() was used Product: Wine Version: 6.1 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: jscript Assignee: wine-bugs@winehq.org Reporter: mielket@gmx.de
Converting a ole currency variant type newly introduced in 6.1 results in the application of the current locales decimal separator. E.g. on a German system, a comma is used instead of a dot. The default string representation of VT_CYs should be locales agnostic and always return a dot.
(Apart from this: Good job Jacek, implementing VT_CY and VT_DATE!)