[Mono-bugs] [Bug 52604][Wis] Changed - XSP output encoding bug

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jan 2004 20:08:11 -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=52604

--- shadow/52604	2004-01-05 12:16:10.000000000 -0500
+++ shadow/52604.tmp.19771	2004-01-09 20:08:11.000000000 -0500
@@ -12,12 +12,13 @@
 ReportedBy: bzd@go-mono.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: XSP output encoding bug
+BugsThisDependsOn: 52729
 
 Description of Problem:
 XSP has problems with displaying properly encoded national characters.
 When .aspx contains utf-8 strings, either in HTML part or generated by
 Response.Write (file is recognized as proper UTF-8), output is messy,
 looks like UTF-16 or sth similar.
@@ -54,6 +55,9 @@
 Created an attachment (id=6351)
 re-attach
 
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-01-05 12:16 -------
 Not the runtime
+
+------- Additional Comments From gonzalo@ximian.com  2004-01-09 20:08 -------
+Depends on 52729 when managed XSLT used.