Problem with encoding UTF-8

2011-03-10 Thread Djonatan Buss
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Problem with encoding UTF-8

2011-03-10 Thread Djonatan Buss
Seems to be something to do with /etc/apache2/conf.d

AddDefaultCharset

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Problem with encoding UTF-8

2011-03-10 Thread Djonatan Buss
Just to confirm, we had a .htaccess with the attribute AddDefaultCharset =
ISO-8859-1
Then I added another .htaccess in this new project just turning it off

AddDefaultCharset = Off

-- 
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
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php