[Mono-bugs] [Bug 676681] XML Serialization - unexpected characters and missing ending ">"

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 7 09:57:37 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=676681

https://bugzilla.novell.com/show_bug.cgi?id=676681#c6


Atsushi Enomoto <aenomoto at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #6 from Atsushi Enomoto <aenomoto at novell.com> 2011-03-07 14:57:36 UTC ---
It is not a bug in mono. If you don't want the BOM, you have to use new
UTF8Encoding (false) i.e. encoderShouldEmitUTF8Identifier constructor argument
as false.

You probably have different console codepage, like, I have Shift JIS on windows
and UTF8 on gnome. This difference could give different output encoded in your
locale.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list