[Mono-bugs] [Bug 59599][Wis] Changed - False with a capital F appears in autogenerated ASP.NET .cs files, version 0.95
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Jun 2004 12:03:06 -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 jackson@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59599
--- shadow/59599 2004-06-04 11:47:29.000000000 -0400
+++ shadow/59599.tmp.29859 2004-06-04 12:03:06.000000000 -0400
@@ -5,13 +5,13 @@
OS Details: sid
Status: NEW
Resolution:
Severity: Unknown
Priority: Wishlist
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: jackson@ximian.com
ReportedBy: zealy@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: False with a capital F appears in autogenerated ASP.NET .cs files, version 0.95
@@ -72,6 +72,10 @@
().ToLower ());
> output.Write ((bool)
e.Value ? "true" : "false");
Still need some help with the culture though, I suppose it affects a
lot of things... blöe.
+
+------- Additional Comments From jackson@ximian.com 2004-06-04 12:03 -------
+We should probably be using the invariant culture in CodeDom....I'll
+try to find some specs.