[Mono-bugs] [Bug 42962][Nor] Changed - Bug or lack of globalization support in xsp server
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 14:33:41 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=42962
--- shadow/42962 2003-05-15 05:37:28.000000000 -0400
+++ shadow/42962.tmp.30374 2003-10-20 14:33:41.000000000 -0400
@@ -56,6 +56,12 @@
compile. For example, recently I tried to compile a web form with characters ?, which
is rendered by windows-1250 and iso-8859-2, and the compiler threw me a UTF8 decoder
error. (which makes sense since these aren't UTF8 characters) Culture is needed for
rendering numbers and the like. If you've got a label which is converted to a number
using the set culture (which default is Us-us or something like that) then the compiler
will throw a Formating error.
+
+------- Additional Comments From miguel@ximian.com 2003-10-20 14:33 -------
+About the encodoing of XSP pages: Is this something that works on
+Windows?
+
+If it does, lets make sure we do the same here.