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

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 8 00:15:15 EST 2011


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

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


--- Comment #8 from Atsushi Enomoto <aenomoto at novell.com> 2011-03-08 05:15:13 UTC ---
Probably you only altered "new UTF8Encoding()" with "new UTF8Encoding(false)"
in Utf8ByteArrayToString() ?

You rather have to replace "Encoding.UTF8" with "new UTF8Encoding(false)" in
GetXml().

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