[Mono-bugs] [Bug 80820][Wis] Changed - XmlTextWriter: incorrect xml declaration

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Feb 13 06:14:24 EST 2007


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 at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80820

--- shadow/80820	2007-02-13 05:29:47.000000000 -0500
+++ shadow/80820.tmp.21577	2007-02-13 06:14:24.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 80820
 Product: Mono: Class Libraries
 Version: 1.2
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: INVALID
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.XML
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: nicola at dinosoft.it               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -30,6 +30,10 @@
 The emitted XML declaration is
 <?xml version="1.0" encodinf="utf-16"?>
 
 but should be 
 
 <?xml version="1.0" encodinf="utf-8"?>
+
+------- Additional Comments From atsushi at ximian.com  2007-02-13 06:14 -------
+XmlWriterSettings.Encoding is not used with TextWriter which already
+implies its own Encoding. So it is a misuse case.


More information about the mono-bugs mailing list