[Mono-bugs] [Bug 51174][Maj] Changed - NumberFormatInfo in metadata/locales.c

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 1 Dec 2003 04:15:23 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ximian@aksi.mdamt.net.

http://bugzilla.ximian.com/show_bug.cgi?id=51174

--- shadow/51174	2003-12-01 04:07:43.000000000 -0500
+++ shadow/51174.tmp.8987	2003-12-01 04:15:23.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 51174
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ximian@aksi.mdamt.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -40,6 +40,18 @@
 
 
 ------- Additional Comments From ximian@aksi.mdamt.net  2003-12-01 04:07 -------
 Created an attachment (id=6056)
 more improved test case
 
+
+------- Additional Comments From ximian@aksi.mdamt.net  2003-12-01 04:15 -------
+I just uploaded 3 files. the patch for locales.c is improved by adding
+several fields. Some NumberFormatInfo fields (such as *DecimalDigits,
+*GroupSizes, *Pattern) is parsed in NumberFormatInfo:InitPatterns()
+(see the second file). This method is called by locales.c.
+
+note.
+the test case displays a wrong percent format, however the
+PercentDecimalDigits is parsed correctly by InitPatterns, so I think
+this is another bug.
+