<?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>Thu, 25 Feb 2010 14:13:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
	<item>
		<title>By: Justin</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-260</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 09 Jul 2009 21:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-260</guid>
		<description>@Boomer - Not really familar with Oracle. I might try posting to StackOverflow.com</description>
		<content:encoded><![CDATA[<p>@Boomer &#8211; Not really familar with Oracle. I might try posting to StackOverflow.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boomer</title>
		<link>http://www.missingfeatures.com/2008/10/23/using-utf8-in-your-cakephp-app/comment-page-1/#comment-259</link>
		<dc:creator>Boomer</dc:creator>
		<pubDate>Thu, 09 Jul 2009 20:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://missingfeatures.com/?p=183#comment-259</guid>
		<description>Nice! I had some issues with UTF-8, but now they&#039;re gone. BTW, do you know if there&#039;s another special procedure for Oracle? I&#039;m starting some projects that require it, and the databases are already created, so there&#039;s no option there...

Thanks and keep it up!</description>
		<content:encoded><![CDATA[<p>Nice! I had some issues with UTF-8, but now they&#8217;re gone. BTW, do you know if there&#8217;s another special procedure for Oracle? I&#8217;m starting some projects that require it, and the databases are already created, so there&#8217;s no option there&#8230;</p>
<p>Thanks and keep it up!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
