[Mono-bugs] [Bug 688016] New: NSLocale.ISOCountryCodes non properly bound
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Apr 16 19:24:39 EDT 2011
https://bugzilla.novell.com/show_bug.cgi?id=688016
https://bugzilla.novell.com/show_bug.cgi?id=688016#c0
Summary: NSLocale.ISOCountryCodes non properly bound
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Apple iOS 4.3
Status: NEW
Severity: Critical
Priority: P5 - None
Component: Runtime
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: richard.khan at newsolve.com
QAContact: mono-bugs at lists.ximian.com
Found By: Customer
Blocker: ---
Description of Problem:
NSLocale.ISOCountryCodes returns a String instead of a String[]
This is different from other similar lists. See extract from class prototype
from the Mono Assembly Browser.
public static string[] ISOLanguageCodes { get; }
public static string[] ISOCurrencyCodes { get; }
public static string ISOCountryCodes { get; }
public static string[] CommonISOCurrencyCodes { get; }
public static string[] PreferredLanguages { get; }
Steps to reproduce the problem:
1.
2.
Actual Results:
Exception thrown
Expected Results:
List of countries
How often does this happen?
Always
Additional Information:
Need a hot fix ASAP please.
--
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