<?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>Commentaires pour fx&#039;Dev Blog</title>
	<atom:link href="http://www.fxbt.info/devblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fxbt.info/devblog</link>
	<description>Blog Dev Java, Flex,JavaScript...</description>
	<lastBuildDate>Fri, 04 Mar 2011 23:20:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Commentaires sur Convertir un tableau de bytes en String en C# .NET par f</title>
		<link>http://www.fxbt.info/devblog/2011/01/13/convertir-un-tableau-de-bytes-en-string-en-c-net/comment-page-1/#comment-35</link>
		<dc:creator>f</dc:creator>
		<pubDate>Fri, 04 Mar 2011 23:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.fxbt.info/devblog/?p=82#comment-35</guid>
		<description>à noter que le framework gère les chaînes de caractères en interne en UTF16, donc à privilégier:

System.Text.Encoding.Unicode.GetBytes (...)
System.Text.Encoding.Unicode.GetString (...)</description>
		<content:encoded><![CDATA[<p>à noter que le framework gère les chaînes de caractères en interne en UTF16, donc à privilégier:</p>
<p>System.Text.Encoding.Unicode.GetBytes (&#8230;)<br />
System.Text.Encoding.Unicode.GetString (&#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

