I'm trying to set my application to run under UTF-8 encoding.
I've setted :
config/database.php
'encoding' => 'utf8'
config/core.php
Configure::write('App.encoding', 'UTF-8');
views/layouts/*.ctp
<?php echo $html->charset(); ?>
And my netbeans project was created as an UTF-8 project.
Firefox and chrome are showing the content as ISO-8859-1, when I check for
page info it says: Encoding ISO-8859-1
Does anyone know any other place that I should've changed?
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php