another thing to check is your host provider.
I have all the things in utf8 but in my host provider it keeps showing
as iso-8859-1, so, after setting database and App.encoding to utf8, i
also had to add a:

header('Content-Type: text/html; charset=utf-8"');

at the beggining of index.php in my webroot folder

HTH,

CG

On Nov 2, 11:32 am, bartvh <[EMAIL PROTECTED]> wrote:
> My MySQL5 database is encoded in utf-8, and the page is as well (which
> is declared in the html meta tags), however when I generate a select
> field with the form helper, an uncommon character (é to be precise)
> shows up as a question-diamond in firefox. if i manually set firefox
> to use western (iso-8859-1) the character shows up fine.
>
> what goes wrong here?
> thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to