[Mono-bugs] [Bug 52913][Nor] Changed - XslTransform.Transform - incorrect encoding when outputting to a FileStream
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Jan 2004 23:34:18 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52913
--- shadow/52913 2004-01-15 15:54:12.000000000 -0500
+++ shadow/52913.tmp.6418 2004-01-15 23:34:17.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 52913
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: dol@2a.pl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -117,6 +117,9 @@
> impl.Transform (input, args, output, xmlResolver);
161c161
< impl.Transform (input, args, new XmlTextWriter (output, null), resolver);
---
> impl.Transform (input, args, output, resolver);
+
+------- Additional Comments From atsushi@ximian.com 2004-01-15 23:34 -------
+Fixed in cvs.