[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
Tue, 21 Oct 2003 04:51:55 -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 tkaszuba@hotmail.com.

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

--- shadow/42962	2003-10-20 14:33:41.000000000 -0400
+++ shadow/42962.tmp.3616	2003-10-21 04:51:55.000000000 -0400
@@ -62,6 +62,13 @@
 
 ------- 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.
+
+------- Additional Comments From tkaszuba@hotmail.com  2003-10-21 04:51 -------
+Sure does. 
+
+All web controls render their controls using an HTMLTextWriter which 
+is heavily dependend on the System.Text.Encoding to render different languages. 
+But from what I gather System.Text.Encoding is finished yet.