[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 13:25:38 -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 gonzalo@ximian.com.

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

--- shadow/59599	2004-06-04 12:03:06.000000000 -0400
+++ shadow/59599.tmp.30764	2004-06-04 13:25:38.000000000 -0400
@@ -76,6 +76,16 @@
 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.
+
+------- Additional Comments From gonzalo@ximian.com  2004-06-04 13:25 -------
+Yes, we should use InvariantCulture in all the places in CodeDom where
+it's not already done. But I don't think we use ToLower and other
+culture unaware methods too much.
+
+I also had the the problem that Zoltan Vrana has. It's fixed by not
+using debian 2.6.1 icu package and compiling it from sources and some
+option like '--with-data=files' or similar passed to configure.
+