[Bug 25263] New: Biet-O-Matic calculates shipping cost wrong for German locale (regression)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 22 17:29:37 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=25263

           Summary: Biet-O-Matic calculates shipping cost wrong for German
                    locale (regression)
           Product: Wine
           Version: 1.3.7
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: oleaut32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: georg298 at gmx.de


Using this app with German locale, the shipping cost is identified wrong: e.g.
400 instead of 4,00.

Reason: wine's oleaut32 has thousand separator support, but in German locale,
the comma "," is the decimal separator.

A regression test revealed the buggy patch:

506ff74bb17742b3be5a8824dc081a3e294ccf1d is the first bad commit
commit 506ff74bb17742b3be5a8824dc081a3e294ccf1d
Author: Damjan Jovanovic <damjan.jov at gmail.com>
Date:   Mon Aug 25 20:40:20 2008 +0200

    oleaut32: Thousands separator support for VarFormat.

:040000 040000 a35f267fdf244a3c1d2233c6a80641803c2f355e
5857b6570b3fbe95ff3c8cf6506d926e0cff1c1e M      dlls

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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