<?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"
	>
<channel>
	<title>Comments on: Instructions for adding a new Unicode collation</title>
	<atom:link href="http://blogs.mysql.com/peterg/2008/05/19/instructions-for-adding-a-new-unicode-collation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mysql.com/peterg/2008/05/19/instructions-for-adding-a-new-unicode-collation/</link>
	<description>By MySQL development-department workers</description>
	<pubDate>Wed, 25 Nov 2009 01:58:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Giao Vu</title>
		<link>http://blogs.mysql.com/peterg/2008/05/19/instructions-for-adding-a-new-unicode-collation/#comment-1001</link>
		<dc:creator>Giao Vu</dc:creator>
		<pubDate>Mon, 01 Dec 2008 07:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mysql.com/peterg/2008/05/19/instructions-for-adding-a-new-unicode-collation/#comment-1001</guid>
		<description>I didn't expect that the xml tags got "eaten" in the process.  The correct code should be:
&#60;s&#62;\u00E0&#60;/s&#62;&#60;t&#62;\u00C0&#60;/t&#62;
so on and so forth</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t expect that the xml tags got &#8220;eaten&#8221; in the process.  The correct code should be:<br />
&lt;s&gt;\u00E0&lt;/s&gt;&lt;t&gt;\u00C0&lt;/t&gt;<br />
so on and so forth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giao Vu</title>
		<link>http://blogs.mysql.com/peterg/2008/05/19/instructions-for-adding-a-new-unicode-collation/#comment-1000</link>
		<dc:creator>Giao Vu</dc:creator>
		<pubDate>Mon, 01 Dec 2008 07:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mysql.com/peterg/2008/05/19/instructions-for-adding-a-new-unicode-collation/#comment-1000</guid>
		<description>I think the problem was due to the fact that the example doesn't have the codes for á,à,... I inserted the following code right after the A clause, and the SELECT statement works for me:
      \u00E0\u00C0
      \u1EA3\u1EA2
      \u00E3\u00C3
      \u00E1\u00C1
      \u1EA1\u1EA0</description>
		<content:encoded><![CDATA[<p>I think the problem was due to the fact that the example doesn&#8217;t have the codes for á,à,&#8230; I inserted the following code right after the A clause, and the SELECT statement works for me:<br />
      \u00E0\u00C0<br />
      \u1EA3\u1EA2<br />
      \u00E3\u00C3<br />
      \u00E1\u00C1<br />
      \u1EA1\u1EA0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tam De</title>
		<link>http://blogs.mysql.com/peterg/2008/05/19/instructions-for-adding-a-new-unicode-collation/#comment-697</link>
		<dc:creator>Tam De</dc:creator>
		<pubDate>Fri, 10 Oct 2008 23:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mysql.com/peterg/2008/05/19/instructions-for-adding-a-new-unicode-collation/#comment-697</guid>
		<description>Hi Alex and Peter,
I tried this with version 5.0.67-win32 with the second method. I could change my fields to utf8_vietnamese_ci collation, but I run queries to test and it doesn't seem to work. 
Test query: SELECT letter FROM letters WHERE letter='a' COLLATE utf8_vietnamese1_ci; 
It only give me 'a','A'.
Not á,à ...
Do you know how to check if I did it wrong or this version doesn't support it?

Thanks.

TD</description>
		<content:encoded><![CDATA[<p>Hi Alex and Peter,<br />
I tried this with version 5.0.67-win32 with the second method. I could change my fields to utf8_vietnamese_ci collation, but I run queries to test and it doesn&#8217;t seem to work.<br />
Test query: SELECT letter FROM letters WHERE letter=&#8217;a&#8217; COLLATE utf8_vietnamese1_ci;<br />
It only give me &#8216;a&#8217;,'A&#8217;.<br />
Not á,à &#8230;<br />
Do you know how to check if I did it wrong or this version doesn&#8217;t support it?</p>
<p>Thanks.</p>
<p>TD</p>
]]></content:encoded>
	</item>
</channel>
</rss>
