<?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 &#8211; MySQL: Unicode solution to Chinese, Russian or any language</title>
	<atom:link href="http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/</link>
	<description>Talks on Web Technology and Better Product Development</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:05:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Sanjeev Dhavala</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-949</link>
		<dc:creator>Sanjeev Dhavala</dc:creator>
		<pubDate>Mon, 06 Feb 2012 02:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-949</guid>
		<description>The below line put an end to my hours-long worry and hopeless effort

mysql_query(&quot;SET character_set_results=utf8&quot;, $dbLink);

not enough words to thank you :)</description>
		<content:encoded><![CDATA[<p>The below line put an end to my hours-long worry and hopeless effort</p>
<p>mysql_query(&#8220;SET character_set_results=utf8&#8243;, $dbLink);</p>
<p>not enough words to thank you <img src='http://www.tanzilo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aonal</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-945</link>
		<dc:creator>aonal</dc:creator>
		<pubDate>Mon, 30 Jan 2012 07:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-945</guid>
		<description>Thanx man, you&#039;re a superstar. I&#039;ve been struggling on it for ages...</description>
		<content:encoded><![CDATA[<p>Thanx man, you&#8217;re a superstar. I&#8217;ve been struggling on it for ages&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-943</link>
		<dc:creator>Todd</dc:creator>
		<pubDate>Fri, 27 Jan 2012 04:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-943</guid>
		<description>Great post.  You saved me hours!
You&#039;re a great teacher.
Thanks!</description>
		<content:encoded><![CDATA[<p>Great post.  You saved me hours!<br />
You&#8217;re a great teacher.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simone</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-939</link>
		<dc:creator>simone</dc:creator>
		<pubDate>Wed, 18 Jan 2012 06:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-939</guid>
		<description>Wow! Work perfect! 
I still need some solution for some forenger text that i take from a php variables.

But this work grate for the data in the database!

Thank You!</description>
		<content:encoded><![CDATA[<p>Wow! Work perfect!<br />
I still need some solution for some forenger text that i take from a php variables.</p>
<p>But this work grate for the data in the database!</p>
<p>Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iyad abu haibeh</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-938</link>
		<dc:creator>iyad abu haibeh</dc:creator>
		<pubDate>Wed, 18 Jan 2012 01:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-938</guid>
		<description>Thank you alot, You saved my time for this issue, I&#039;m building a multi languages web site with MySQL database, your way working with me perfectly, I can now insert diffirent languages word in one feild without any mistakes, I should to thank you for your easy way for explaining.</description>
		<content:encoded><![CDATA[<p>Thank you alot, You saved my time for this issue, I&#8217;m building a multi languages web site with MySQL database, your way working with me perfectly, I can now insert diffirent languages word in one feild without any mistakes, I should to thank you for your easy way for explaining.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhupendra</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-922</link>
		<dc:creator>Bhupendra</dc:creator>
		<pubDate>Wed, 07 Dec 2011 10:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-922</guid>
		<description>Really wonderful article :D</description>
		<content:encoded><![CDATA[<p>Really wonderful article <img src='http://www.tanzilo.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: help</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-912</link>
		<dc:creator>help</dc:creator>
		<pubDate>Thu, 10 Nov 2011 16:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-912</guid>
		<description>Hi,

I have a database containing chinese characters and i would like to implement an improved search function where the chinese characters (in both the html form and in the database) would be converted to han yu pin yin first before being compared so i can get words with same han yu pin yin (without the accents)

Any advice?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a database containing chinese characters and i would like to implement an improved search function where the chinese characters (in both the html form and in the database) would be converted to han yu pin yin first before being compared so i can get words with same han yu pin yin (without the accents)</p>
<p>Any advice?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unknown</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-911</link>
		<dc:creator>unknown</dc:creator>
		<pubDate>Sun, 06 Nov 2011 01:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-911</guid>
		<description>you saved me i almost give up i searched for like 3 hours god dammmm</description>
		<content:encoded><![CDATA[<p>you saved me i almost give up i searched for like 3 hours god dammmm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanumantharaju</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-909</link>
		<dc:creator>hanumantharaju</dc:creator>
		<pubDate>Mon, 31 Oct 2011 10:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-909</guid>
		<description>need php code convert english to kannada</description>
		<content:encoded><![CDATA[<p>need php code convert english to kannada</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nan</title>
		<link>http://www.tanzilo.com/2008/10/13/php-mysql-unicode-solution-to-chinese-russian-or-any-language/comment-page-3/#comment-908</link>
		<dc:creator>nan</dc:creator>
		<pubDate>Sun, 30 Oct 2011 23:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tanzilo.com/?p=12#comment-908</guid>
		<description>that is amazing. thank you for your help</description>
		<content:encoded><![CDATA[<p>that is amazing. thank you for your help</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.008 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-06 20:45:38 -->

