<?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 UTF8 In Your CakePHP App</title>
	<atom:link href="http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/</link>
	<description>Usability, software and user experience design.</description>
	<lastBuildDate>Sat, 13 Mar 2010 13:03:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-697</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 13 Mar 2010 13:03:14 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-697</guid>
		<description>Thanks, good tip. Does that also update the charset on all the text columns?</description>
		<content:encoded><![CDATA[<p>Thanks, good tip. Does that also update the charset on all the text columns?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igri</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-696</link>
		<dc:creator>igri</dc:creator>
		<pubDate>Sat, 13 Mar 2010 12:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-696</guid>
		<description>If you need to convert your tables to UTF-8, may try this code:

ALTER TABLE table_name CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;</description>
		<content:encoded><![CDATA[<p>If you need to convert your tables to UTF-8, may try this code:</p>
<p>ALTER TABLE table_name CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mailson Lira</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-674</link>
		<dc:creator>Mailson Lira</dc:creator>
		<pubDate>Sat, 20 Feb 2010 15:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-674</guid>
		<description>I cannot believe that I spent the last 3 hours trying to solve this. 
Just one line, and problem solved!

Thank you!</description>
		<content:encoded><![CDATA[<p>I cannot believe that I spent the last 3 hours trying to solve this.<br />
Just one line, and problem solved!</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-646</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 26 Jan 2010 16:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-646</guid>
		<description>@mishu - I emailed you this, but for completeness, here is one ideas to try:

&#336; needs to be output as &#336; for HTML to read it as an encoded character (in the source code of output HTML file). Try passing your output through html_entity_decode - http://www.php.net/manual/en/function.html-entity-decode.php.</description>
		<content:encoded><![CDATA[<p>@mishu &#8211; I emailed you this, but for completeness, here is one ideas to try:</p>
<p>&amp;#336; needs to be output as &#336; for HTML to read it as an encoded character (in the source code of output HTML file). Try passing your output through html_entity_decode &#8211; <a href="http://www.php.net/manual/en/function.html-entity-decode.php" rel="nofollow">http://www.php.net/manual/en/function.html-entity-decode.php</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mishu</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-645</link>
		<dc:creator>mishu</dc:creator>
		<pubDate>Tue, 26 Jan 2010 13:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-645</guid>
		<description>Hi man,
I have  a problem displaying some hungarian chars although the document is declared UTF 8 and in database.php I added the encoding line. The problem is that when I use &quot;&amp;#336 ;&quot; - with no spacing - (which is the &#336; or the O with two points above) in default.po the output is the actual code not the character. Any ideas how this can be sorted? I&#039;d really appreciate an email answer since you got no &quot;get comments on email&quot; checkbox. Thanks mate.</description>
		<content:encoded><![CDATA[<p>Hi man,<br />
I have  a problem displaying some hungarian chars although the document is declared UTF 8 and in database.php I added the encoding line. The problem is that when I use &#8220;&amp;#336 ;&#8221; &#8211; with no spacing &#8211; (which is the &#336; or the O with two points above) in default.po the output is the actual code not the character. Any ideas how this can be sorted? I&#8217;d really appreciate an email answer since you got no &#8220;get comments on email&#8221; checkbox. Thanks mate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-370</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Fri, 06 Nov 2009 04:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-370</guid>
		<description>Fantastic! Your last &quot;little gem&quot; with adding the utf encoding to the database configuration is the last little piece that I&#039;ve been looking for -- for a LONG TIME NOW!! I had resorted to using 
Configure::write(&#039;App.encoding&#039;, &#039;ISO-8859-1&#039;) 
in core.php, but now I&#039;m all UTF8, all of the time!

Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Fantastic! Your last &#8220;little gem&#8221; with adding the utf encoding to the database configuration is the last little piece that I&#8217;ve been looking for &#8212; for a LONG TIME NOW!! I had resorted to using<br />
Configure::write(&#8216;App.encoding&#8217;, &#8216;ISO-8859-1&#8242;)<br />
in core.php, but now I&#8217;m all UTF8, all of the time!</p>
<p>Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logic Lab Posting 1 &#171; LogicBomb Media</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-369</link>
		<dc:creator>Logic Lab Posting 1 &#171; LogicBomb Media</dc:creator>
		<pubDate>Tue, 03 Nov 2009 17:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-369</guid>
		<description>[...] The short explanation: Set everything to UTF-8 at the beginning of your project. The long explanation (which is just a rehash of this awesome post at missingfeatures.com): [...]</description>
		<content:encoded><![CDATA[<p>[...] The short explanation: Set everything to UTF-8 at the beginning of your project. The long explanation (which is just a rehash of this awesome post at missingfeatures.com): [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-273</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 03 Sep 2009 18:48:52 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-273</guid>
		<description>Brilliant! Thank you very, very much! I really wonder why those fundamental things are not in the Cake docs.</description>
		<content:encoded><![CDATA[<p>Brilliant! Thank you very, very much! I really wonder why those fundamental things are not in the Cake docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neha</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-272</link>
		<dc:creator>Neha</dc:creator>
		<pubDate>Sat, 29 Aug 2009 19:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-272</guid>
		<description>Thanks a lot. Really helpful post.
‘encoding’ =&gt; ‘utf8′ was something I couldn&#039;t find in the documentation.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. Really helpful post.<br />
‘encoding’ =&gt; ‘utf8′ was something I couldn&#8217;t find in the documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-270</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Mon, 03 Aug 2009 13:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-270</guid>
		<description>Thanks a lot for this post!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
