[Mono-bugs] [Bug 513002] New: Localization error in mono

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jun 13 12:23:34 EDT 2009


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: mono-bugs at lists.ximian.com
        ReportedBy: mlgs at arsis.net
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list