<?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>Комментарии: Extended UTF-8 in OAuth ActionScript library</title>
	<atom:link href="http://blog.dborisenko.com/en/2009/09/05/extended-utf-8-in-oauth-actionscript-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dborisenko.com/en/2009/09/05/extended-utf-8-in-oauth-actionscript-library/</link>
	<description>All that interests me</description>
	<lastBuildDate>Wed, 04 Aug 2010 17:56:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Автор: cyberprodigy</title>
		<link>http://blog.dborisenko.com/en/2009/09/05/extended-utf-8-in-oauth-actionscript-library/comment-page-1/#comment-131</link>
		<dc:creator>cyberprodigy</dc:creator>
		<pubDate>Wed, 07 Oct 2009 15:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dborisenko.com/?p=221#comment-131</guid>
		<description>I believe it is still not working correctly. For example letter &quot;č&quot; is translated into 

C4 3F

but it should be

C4 8D</description>
		<content:encoded><![CDATA[<p>I believe it is still not working correctly. For example letter &laquo;č&raquo; is translated into </p>
<p>C4 3F</p>
<p>but it should be</p>
<p>C4 8D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Chris</title>
		<link>http://blog.dborisenko.com/en/2009/09/05/extended-utf-8-in-oauth-actionscript-library/comment-page-1/#comment-98</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 01 Oct 2009 19:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dborisenko.com/?p=221#comment-98</guid>
		<description>Just curious as to whether anyone&#039;s had any problems using this code to with line breaks on Windows; it doesn&#039;t seem to work for me -- I keep getting invalid-signature responses from Twitter, for instance.</description>
		<content:encoded><![CDATA[<p>Just curious as to whether anyone&#8217;s had any problems using this code to with line breaks on Windows; it doesn&#8217;t seem to work for me &#8212; I keep getting invalid-signature responses from Twitter, for instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: dborisenko</title>
		<link>http://blog.dborisenko.com/en/2009/09/05/extended-utf-8-in-oauth-actionscript-library/comment-page-1/#comment-59</link>
		<dc:creator>dborisenko</dc:creator>
		<pubDate>Fri, 25 Sep 2009 19:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dborisenko.com/?p=221#comment-59</guid>
		<description>oh... yeah... Thanks for this comment... 
For some reason the character &quot;\&quot; was not displayed in my post. In particular, instead of the string 
&lt;code&gt;string = string.replace(/r/g,’n&#039;);&lt;/code&gt; 
need to be a string 
&lt;code&gt;string = string.replace(/\r/g,&#039;\n&#039;);&lt;/code&gt;.
Please, look at this &lt;a href=&#039;http://blog.dborisenko.com/wp-content/uploads/2009/09/URLUtil.as&#039; rel=&quot;nofollow&quot;&gt;file&lt;/file&gt;</description>
		<content:encoded><![CDATA[<p>oh&#8230; yeah&#8230; Thanks for this comment&#8230;<br />
For some reason the character &laquo;\&raquo; was not displayed in my post. In particular, instead of the string<br />
<code>string = string.replace(/r/g,’n');</code><br />
need to be a string<br />
<code>string = string.replace(/\r/g,'\n');</code>.<br />
Please, look at this <a href='http://blog.dborisenko.com/wp-content/uploads/2009/09/URLUtil.as' rel="nofollow">file</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Rob Gabbard</title>
		<link>http://blog.dborisenko.com/en/2009/09/05/extended-utf-8-in-oauth-actionscript-library/comment-page-1/#comment-58</link>
		<dc:creator>Rob Gabbard</dc:creator>
		<pubDate>Fri, 25 Sep 2009 17:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dborisenko.com/?p=221#comment-58</guid>
		<description>string = string.replace(/r/g,&#039;n&#039;);

This changed all my &#039;r&#039;s to &#039;n&#039;s</description>
		<content:encoded><![CDATA[<p>string = string.replace(/r/g,&#8217;n');</p>
<p>This changed all my &#8216;r&#8217;s to &#8216;n&#8217;s</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Shannon Hicks</title>
		<link>http://blog.dborisenko.com/en/2009/09/05/extended-utf-8-in-oauth-actionscript-library/comment-page-1/#comment-53</link>
		<dc:creator>Shannon Hicks</dc:creator>
		<pubDate>Fri, 04 Sep 2009 20:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dborisenko.com/?p=221#comment-53</guid>
		<description>I just added your changes into the source. Thanks for contributing!</description>
		<content:encoded><![CDATA[<p>I just added your changes into the source. Thanks for contributing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
