http://bugzilla.novell.com/show_bug.cgi?id=513002


           Summary: Localization error in mono
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.4.x
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: misc
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: Localization


Thread.CurrentThread.CurrentCulture = new
System.Globalization.CultureInfo("sl-SI");
decimal dc = new decimal(10234.22);
System.Console.WriteLine(dc.ToString("C"));

mono returns SIT 10.234,22
ms.net returns 10.234,22 SIT

while they handle order differently, they are in fact both wrong. ever since
slovenia joined EU we use EUR and SIT is not valid currency. which means this
is useless anyway, no matter the order.

correct result would be 10.234,22 EUR

so if currency type is not fixed too, any fixing of this bug is nonsense.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to