[Bug 50672] New: .toString() implementation VT_CY behaves as if .toLocaleString() was used

WineHQ Bugzilla wine-bugs at winehq.org
Mon Feb 15 10:39:45 CST 2021


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 at winehq.org
          Reporter: mielket at 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!)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list