[Mono-bugs] [Bug 56816][Min] New - English culture has PercentGroups of size 2 not 3.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Apr 2004 19:04:11 -0400 (EDT)


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=56816

--- shadow/56816	2004-04-11 19:04:11.000000000 -0400
+++ shadow/56816.tmp.7653	2004-04-11 19:04:11.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 56816
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dave-mono@earth.li               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: English culture has PercentGroups of size 2 not 3.
+
+Description of Problem:
+
+Printing percentages, they look like 
+
+ 2,55.00 %, 10,00.00 %
+
+Rather than the expected 255.00 %, 1,000.00 %
+
+
+Additional Information:
+
+I am going to attach a patch to culture-info-tables.h, but the data should
+be updated in whatever is used to generate it, which has not been committed
+as far as I am aware.