http://bugzilla.novell.com/show_bug.cgi?id=564910
http://bugzilla.novell.com/show_bug.cgi?id=564910#c0 Summary: The CultureInfo class does not support the Georgian culture Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: All OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: System AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=332749) --> (http://bugzilla.novell.com/attachment.cgi?id=332749) A patch that adds the Georgian culture User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; bg; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 It is impossible to use the Georgian culture in Mono because the Georgian culture is not added to the list of cultures in Mono. Reproducible: Always Steps to Reproduce: 1. Create a CultureInfo object by using new CultureInfo("ka") or new CultureInfo("ka-GE") Actual Results: An ArgumentException is thrown. Expected Results: The CultureInfo object is created, populated with the settings of the Georgian culture and ready to work with. In my patch, I added the XML data for the culture in mono/mono/tools/locale-builder and then added the regenerated mono/mono/metadata/culture_info_tables.h. -- 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
