[Mono-bugs] [Bug 417832] New: System.Globalization.RegionInfo missing info

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Aug 16 05:43:31 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=417832


           Summary: System.Globalization.RegionInfo missing info
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: lunchtimemama at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development


Description of Problem:
Most of the public string properties of RegionInfo return empty strings.

Test Case:
System.Console.WriteLine(new System.Globalization.RegionInfo("US").Name);

Actual Results:
<prints nothing>

Expected Results:
"United States"

Additional Info:
The only property which appears to work is ISOCurrencySymbol. I'm building from
SVN rev 110637. I also have word from someone else that this is a problem in
1.9.1 and 1.2.6.


-- 
Configure bugmail: https://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