[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
Tue, 27 Jan 2004 18:04:18 -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 dave-mono@earth.li.
http://bugzilla.ximian.com/show_bug.cgi?id=53022
--- shadow/53022 2004-01-18 10:07:06.000000000 -0500
+++ shadow/53022.tmp.32713 2004-01-27 18:04:18.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 53022
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: dave-mono@earth.li
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: en-us floating point numbers missing decimal part
+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.
@@ -54,6 +54,13 @@
Additional Information:
Is this more an ICU problem than a mono problem? It is causing a failure in
the corlib test-suite for me.
I am using ICU version 2.6.1.
+
+------- Additional Comments From dave-mono@earth.li 2004-01-27 18:04 -------
+It isn't just en-US, it seems to happen whenever I set the culture.
+
+It appears that the C code that sets up the nfi object from the ICU
+call doesnt assign anything to NumberDecimalDigits
+