http://bugs.winehq.org/show_bug.cgi?id=10765
Jens Duttke J.Duttke@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |J.Duttke@web.de
--- Comment #4 from Jens Duttke J.Duttke@web.de 2008-03-26 02:18:03 --- The Format/Format$ function not only return wrong strings, if the value is negative. Here is another examples of differences between Windows and Wine:
Format: "##,##0.00"
Number: 1 Windows: 1,00 Wine: 001,00
Number: 5459.4 Windows: 5.459,40 Wine: 5459,40
Number: 12345678 Windows: 12.345.678,00 Wine: 12345678,00
Especially the first one, really looks ugly.
Are there any chances to get that fixed?