<?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: PHP Text Encoding &#8211; Challenge..!</title>
	<atom:link href="http://blogs.digitss.com/php/php-text-encoding-challenge/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.digitss.com/php/php-text-encoding-challenge/</link>
	<description>DiGiTSS Team&#039;s Programming experience with PHP, MySQL, Ajax, Javascript, jQuery, C# and Microsoft technologies</description>
	<lastBuildDate>Wed, 21 Jul 2010 16:48:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Make money with blogging &#124; BLOGS@DiGiTSS</title>
		<link>http://blogs.digitss.com/php/php-text-encoding-challenge/comment-page-1/#comment-11116</link>
		<dc:creator>Make money with blogging &#124; BLOGS@DiGiTSS</dc:creator>
		<pubDate>Sun, 16 Aug 2009 10:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=183#comment-11116</guid>
		<description>[...] some link sharing website you will surely get some positive response within small period of time. PHP Text encoding challenge is one of my such post. Basically we are students for [...]</description>
		<content:encoded><![CDATA[<p>[...] some link sharing website you will surely get some positive response within small period of time. PHP Text encoding challenge is one of my such post. Basically we are students for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dharmavirsinh Jhala</title>
		<link>http://blogs.digitss.com/php/php-text-encoding-challenge/comment-page-1/#comment-8131</link>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
		<pubDate>Mon, 26 Jan 2009 03:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=183#comment-8131</guid>
		<description>Hi Gromitt,
Thanks for quick response.
I missed out &quot;TRUE&quot; in sha1 for &quot;raw optput&quot;.

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi Gromitt,<br />
Thanks for quick response.<br />
I missed out &#8220;TRUE&#8221; in sha1 for &#8220;raw optput&#8221;.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gromitt</title>
		<link>http://blogs.digitss.com/php/php-text-encoding-challenge/comment-page-1/#comment-8127</link>
		<dc:creator>Gromitt</dc:creator>
		<pubDate>Sun, 25 Jan 2009 22:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.digitss.com/?p=183#comment-8127</guid>
		<description>Hi,

This should do what you expect :


$string = &#039;helloworld&#039;;

echo base64_encode(sha1(mb_convert_encoding(strtoupper($string), &#039;utf-16le&#039;), TRUE));</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This should do what you expect :</p>
<p>$string = &#8216;helloworld&#8217;;</p>
<p>echo base64_encode(sha1(mb_convert_encoding(strtoupper($string), &#8216;utf-16le&#8217;), TRUE));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
