[Mono-bugs] [Bug 53022][Nor] Changed - floating point numbers missing decimal part after setting culture

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Mar 2004 09:55:01 -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 ndrochak@gol.com.

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

--- shadow/53022	2004-01-29 20:21:10.000000000 -0500
+++ shadow/53022.tmp.26608	2004-03-15 09:55:01.000000000 -0500
@@ -1,8 +1,8 @@
 Bug#: 53022
-Product: Mono/Class Libraries
+Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
@@ -10,13 +10,13 @@
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: dave-mono@earth.li               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
+Cc: dick@ximian.com,jackson@ximian.com,ndrochak@gol.com
 Summary: floating point numbers missing decimal part after setting culture
 
 Description of Problem:
 
 the en-US Culture doesn't appear to format their floating point numbers
 consistantly.
@@ -137,6 +137,17 @@
 
 ------- Additional Comments From dave-mono@earth.li  2004-01-29 20:21 -------
 With the new ICU data for en_US, and these two patches, there are 7
 fewer failed test cases in corlib. 
 
 Is the tree too frozen to take the patches?
+
+------- Additional Comments From ndrochak@gol.com  2004-03-15 09:55 -------
+I basically just tracked down the same thing.  locales.c is getting 
+#,##0.###;-#,##0.### for the en-us culture.
+
+There should be two digits following the decimal point, not 3.  Note 
+that Dave found parsing bugs too.
+
+Dick says Jackson may be looking into this?
+
+Adding bug love.