<?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: Freaking MySQL Character Set Encodings</title>
	<atom:link href="http://maisonbisson.com/blog/post/11972/freaking-mysql-character-set-encodings/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com/blog/post/11972/freaking-mysql-character-set-encodings/</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 22:08:29 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dummy&#8217;s guide for setting/converting character set for a web application &#171; memento</title>
		<link>http://maisonbisson.com/blog/post/11972/freaking-mysql-character-set-encodings/comment-page-1/#comment-190044</link>
		<dc:creator>Dummy&#8217;s guide for setting/converting character set for a web application &#171; memento</dc:creator>
		<pubDate>Fri, 15 Feb 2008 06:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11972/freaking-mysql-character-set-encodings#comment-190044</guid>
		<description>[...] trials, I found that these commands are not full proof. What I ended up is adopting a script from maisonbisson to convert my database from latin1 to utf8. This scripts create empty tables by copying the [...]</description>
		<content:encoded><![CDATA[<p>[...] trials, I found that these commands are not full proof. What I ended up is adopting a script from maisonbisson to convert my database from latin1 to utf8. This scripts create empty tables by copying the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vahur</title>
		<link>http://maisonbisson.com/blog/post/11972/freaking-mysql-character-set-encodings/comment-page-1/#comment-188260</link>
		<dc:creator>vahur</dc:creator>
		<pubDate>Mon, 21 Jan 2008 15:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11972/freaking-mysql-character-set-encodings#comment-188260</guid>
		<description>Hi!

You should write
(stripos($field-&gt;Type, &#039;char&#039;) !== false &#124;&#124; stripos($field-&gt;Type, &#039;text&#039;) !== false)
instead of 
(stripos($field-&gt;Type, &#039;char&#039;) &#124;&#124; stripos($field-&gt;Type, &#039;text&#039;))

because stripos($field-&gt;Type, &#039;text&#039;) returns 0 with mysql field type text

But nice code anyway!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>You should write<br />
(stripos($field-&gt;Type, &#8216;char&#8217;) !== false || stripos($field-&gt;Type, &#8216;text&#8217;) !== false)<br />
instead of<br />
(stripos($field-&gt;Type, &#8216;char&#8217;) || stripos($field-&gt;Type, &#8216;text&#8217;))</p>
<p>because stripos($field-&gt;Type, &#8216;text&#8217;) returns 0 with mysql field type text</p>
<p>But nice code anyway!</p>
]]></content:encoded>
	</item>
</channel>
</rss>