[Mono-bugs] [Bug 564910] New: The CultureInfo class does not support the Georgian culture
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Dec 15 13:30:38 EST 2009
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: mono-bugs at lists.ximian.com
ReportedBy: dpldobrev at yahoo.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list