<?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: Using UTF-8 in Ajax, PHP, MySQL &amp; ASP.NET</title>
	<atom:link href="http://blog.unidev.com/index.php/2007/09/22/using-utf-8-in-ajax-php-mysql-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unidev.com/index.php/2007/09/22/using-utf-8-in-ajax-php-mysql-aspnet/</link>
	<description>Custom Software, Website and Mobile Development News</description>
	<lastBuildDate>Thu, 03 Nov 2011 12:44:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George Zheng</title>
		<link>http://blog.unidev.com/index.php/2007/09/22/using-utf-8-in-ajax-php-mysql-aspnet/comment-page-1/#comment-7554</link>
		<dc:creator>George Zheng</dc:creator>
		<pubDate>Wed, 25 Mar 2009 20:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unidev.com/index.php/2007/09/22/using-utf-8-in-ajax-php-mysql-aspnet/#comment-7554</guid>
		<description>To use Unicode characters in SQL server, nchar, nvarchar or ntext data type should be used, and a leading N for all unicode fields. e.g. insert  test values  (2, &#039;name&#039;, N&#039;李宗伟&#039;);  select * from test where [value] = N&#039;李宗伟&#039;,

If you are using LINQ to retrieve the data from SQL server, you don&#039;t have to worry about &#039;N&#039;. LINQ will take care for you.</description>
		<content:encoded><![CDATA[<p>To use Unicode characters in SQL server, nchar, nvarchar or ntext data type should be used, and a leading N for all unicode fields. e.g. insert  test values  (2, &#8216;name&#8217;, N&#8217;李宗伟&#8217;);  select * from test where [value] = N&#8217;李宗伟&#8217;,</p>
<p>If you are using LINQ to retrieve the data from SQL server, you don&#8217;t have to worry about &#8216;N&#8217;. LINQ will take care for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.unidev.com/index.php/2007/09/22/using-utf-8-in-ajax-php-mysql-aspnet/comment-page-1/#comment-2923</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 26 Aug 2008 15:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unidev.com/index.php/2007/09/22/using-utf-8-in-ajax-php-mysql-aspnet/#comment-2923</guid>
		<description>It is possible to use utf8_general_ci?</description>
		<content:encoded><![CDATA[<p>It is possible to use utf8_general_ci?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

