[Mono-dev] Migration to GitHub completed!

2010-07-22 Thread Gonzalo Paniagua Javier
Hello, Our migration to GitHub is now completed. See http://mono-project.com/GitFAQ for more details. svn+ssh://mono-cvs.ximian.com/source will be kept alive in read-only mode. Happy hacking! -Gonzalo ___ Mono-devel-list mailing list

[Mono-dev] Differences in XmlSerializer.Serialize(stream, object)

2010-07-22 Thread Tom Philpot
On Mono, XmlSerializer.Serialize(object, stream) uses the default encoding for the platform. .NET appears not to specify an encoding, as evidenced by the output from the code below. Due to the way it currently works on Mono, Unicode characters don't get serialized and deserialized on Mono