[Mono-bugs] [Bug 52729][Wis] Changed - Managed XSLT and encodings
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 11 Jan 2004 11:39:05 -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=52729
--- shadow/52729 2004-01-10 11:21:13.000000000 -0500
+++ shadow/52729.tmp.17499 2004-01-11 11:39:05.000000000 -0500
@@ -130,6 +130,10 @@
Encoding.UTF8).ReadToEnd ());
}
}
So the workaround for this is not to use Console.Out for XSLT output
(specifying output file argument or Stream will work).
+
+------- Additional Comments From gonzalo@ximian.com 2004-01-11 11:39 -------
+Yeah, but it shouldn't throw the exception. The unmanaged
+implementation worked and MS did work too.