<?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: Simple Unicode Decode (PHP 5)</title>
	<atom:link href="http://www.codeblink.com/codeblink-open-source-projects/simple-unicode-decode-php-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblink.com</link>
	<description>Open Source Projects, Code, Rants, and other miscellany</description>
	<lastBuildDate>Thu, 12 Jan 2012 00:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jason Rundell</title>
		<link>http://www.codeblink.com/codeblink-open-source-projects/simple-unicode-decode-php-5/comment-page-1/#comment-463</link>
		<dc:creator>Jason Rundell</dc:creator>
		<pubDate>Thu, 12 Jan 2012 00:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblink.com/?page_id=132#comment-463</guid>
		<description>This looks interesting. I&#039;ll try it out. Thanks!</description>
		<content:encoded><![CDATA[<p>This looks interesting. I&#8217;ll try it out. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Verificator</title>
		<link>http://www.codeblink.com/codeblink-open-source-projects/simple-unicode-decode-php-5/comment-page-1/#comment-462</link>
		<dc:creator>Verificator</dc:creator>
		<pubDate>Wed, 11 Jan 2012 23:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblink.com/?page_id=132#comment-462</guid>
		<description>I prefer


function unicode_decode($str) 
{ 
	return preg_replace(&quot;/\u([0-9A-F]{4})/ie&quot;, &quot;iconv(&#039;utf-16&#039;, &#039;utf-8&#039;, hex2str(&quot;$1&quot;))&quot;, $str); 
} </description>
		<content:encoded><![CDATA[<p>I prefer</p>
<p>function unicode_decode($str) <br />
{ <br />
	return preg_replace(&#8220;/\u([0-9A-F]{4})/ie&#8221;, &#8220;iconv(&#8216;utf-16&#8242;, &#8216;utf-8&#8242;, hex2str(&#8220;$1&#8243;))&#8221;, $str); <br />
} </p>
]]></content:encoded>
	</item>
</channel>
</rss>

