[Mono-bugs] [Bug 75798][Cos] Changed - XmlSerializer prepends 3 garbage characters when serializing to stream

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 8 03:13:19 EST 2006


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

--- shadow/75798	2005-08-25 05:00:57.000000000 -0400
+++ shadow/75798.tmp.830	2006-11-08 03:13:19.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 75798
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Fedora Core 4
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Cosmetic
 Component: Sys.XML
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: caetano at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -82,6 +82,11 @@
 encoding when it is indicated to serialize objects into Stream.
 However, it is often problematic. Thus .NET 2.0 uses UTF8Encoding for
 Stream input.
 
 The code is apparently bad because it incorrectly guesses that output
 is ASCIIEncoding. It won't work on .NET 2.0.
+
+------- Additional Comments From atsushi at ximian.com  2006-11-08 03:13 -------
+Umm, I wonder why I didn't close the bug. It is not a bug since unlike
+Windows the Default encoding is very likely UTF-8 on FC4 and it is
+exactly expected result.


More information about the mono-bugs mailing list