[Mono-bugs] [Bug 42962][Maj] New - Bug or lack of globalization support in xsp server

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 14 May 2003 06:56:52 -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	Wed May 14 06:56:52 2003
+++ shadow/42962.tmp.22650	Wed May 14 06:56:52 2003
@@ -0,0 +1,43 @@
+Bug#: 42962
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: Fresh install
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tkaszuba@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Bug or lack of globalization support in xsp server
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Enter the test directory of the xsp server
+2. In any web form, for example, web_literal.aspx
+3. enter the value responseEncoding ="iso-8859-2" in the aspx header
+
+Actual Results:
+The returned html is given a character encoding of utf-8 when ran in 
+Mozilla 1.3
+
+Expected Results:
+The returned html should have a character encoding of iso-8859-2
+
+
+How often does this happen? 
+Always
+
+Additional Information:
+I'm not sure if this is related, but when I put in the same value in the 
+globalization element in web.config. The web server seems to ignore it as 
+well.