[Mono-bugs] [Bug 51988][Min] New - Resnponse.Write and UTF8 files

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 10 Dec 2003 07:50:49 -0500 (EST)


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=51988

--- shadow/51988	2003-12-10 07:50:49.000000000 -0500
+++ shadow/51988.tmp.1939	2003-12-10 07:50:49.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 51988
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Resnponse.Write and UTF8 files
+
+From mono-list:
+
+"Output is fine when I 'include' xml file which contains national chars,
+f.e.:
+<asp:Xml id="foo"        
+DocumentSource="foo.xml"        
+TransformSource="foo.xsl"        
+runat="server" />
+
+but when I want to generate some output directly from .aspx
+withResponse.Write("some utf-8 text with national Polish chars");it's not
+working properly."