<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Serializing XML in .NET &#8211; UTF-8 and UTF-16</title>
	<atom:link href="http://ashish.tonse.com/2008/04/serializing-xml-in-net-utf-8-and-utf-16/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashish.tonse.com/2008/04/serializing-xml-in-net-utf-8-and-utf-16/</link>
	<description>a little nerdery for everyone</description>
	<lastBuildDate>Thu, 08 Apr 2010 14:12:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Amit Agrawal</title>
		<link>http://ashish.tonse.com/2008/04/serializing-xml-in-net-utf-8-and-utf-16/comment-page-1/#comment-205</link>
		<dc:creator>Amit Agrawal</dc:creator>
		<pubDate>Thu, 08 Apr 2010 14:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://ashish.tonse.com/?p=30#comment-205</guid>
		<description>Very helpful post indeed!

One more thing: 
I used new UTF8Encoding instead of Encoding.UTF8 as the latter adds a BOM (Byte Order Mark)to the beginning the UTF8 string which was messing up my UTF8 consumer … 

See reference to BOM here : 
http://msdn.microsoft.com/en-us/library/s064f8w2.aspx</description>
		<content:encoded><![CDATA[<p>Very helpful post indeed!</p>
<p>One more thing:<br />
I used new UTF8Encoding instead of Encoding.UTF8 as the latter adds a BOM (Byte Order Mark)to the beginning the UTF8 string which was messing up my UTF8 consumer … </p>
<p>See reference to BOM here :<br />
<a href="http://msdn.microsoft.com/en-us/library/s064f8w2.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/s064f8w2.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike nelson</title>
		<link>http://ashish.tonse.com/2008/04/serializing-xml-in-net-utf-8-and-utf-16/comment-page-1/#comment-97</link>
		<dc:creator>mike nelson</dc:creator>
		<pubDate>Mon, 17 Aug 2009 02:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://ashish.tonse.com/?p=30#comment-97</guid>
		<description>thanks! great explanation and sample code, works perfectly</description>
		<content:encoded><![CDATA[<p>thanks! great explanation and sample code, works perfectly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MumHaBR</title>
		<link>http://ashish.tonse.com/2008/04/serializing-xml-in-net-utf-8-and-utf-16/comment-page-1/#comment-78</link>
		<dc:creator>MumHaBR</dc:creator>
		<pubDate>Tue, 05 May 2009 14:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://ashish.tonse.com/?p=30#comment-78</guid>
		<description>I used &quot;Encoding.UTF8.GetString(stream.ToArray());&quot;.
So I don´t need to create a Reader.</description>
		<content:encoded><![CDATA[<p>I used &#8220;Encoding.UTF8.GetString(stream.ToArray());&#8221;.<br />
So I don´t need to create a Reader.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt W</title>
		<link>http://ashish.tonse.com/2008/04/serializing-xml-in-net-utf-8-and-utf-16/comment-page-1/#comment-61</link>
		<dc:creator>Matt W</dc:creator>
		<pubDate>Tue, 10 Mar 2009 22:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://ashish.tonse.com/?p=30#comment-61</guid>
		<description>Just wanted to let you know that this post is still helpful!  Just helped me figure out an xml serialization issue.</description>
		<content:encoded><![CDATA[<p>Just wanted to let you know that this post is still helpful!  Just helped me figure out an xml serialization issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://ashish.tonse.com/2008/04/serializing-xml-in-net-utf-8-and-utf-16/comment-page-1/#comment-46</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 13 Dec 2008 02:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://ashish.tonse.com/?p=30#comment-46</guid>
		<description>Exactly what I needed.  I had generated a strongly typed data set from an XSD of an InfoPath form.  I needed take the XML in a form library in SharePoint and deserialize and serialize for some WF workflow I was building - sweet.</description>
		<content:encoded><![CDATA[<p>Exactly what I needed.  I had generated a strongly typed data set from an XSD of an InfoPath form.  I needed take the XML in a form library in SharePoint and deserialize and serialize for some WF workflow I was building &#8211; sweet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quimbly</title>
		<link>http://ashish.tonse.com/2008/04/serializing-xml-in-net-utf-8-and-utf-16/comment-page-1/#comment-30</link>
		<dc:creator>Quimbly</dc:creator>
		<pubDate>Wed, 24 Sep 2008 19:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://ashish.tonse.com/?p=30#comment-30</guid>
		<description>Thanks for the blurb.  I was having trouble with this exact problem.</description>
		<content:encoded><![CDATA[<p>Thanks for the blurb.  I was having trouble with this exact problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
