Anna, Do you also have the line:
echo $html->charset('UTF-8'); in your layout, as suggested above? The commands you say you have in your layout don't get parsed by the browser, whereas the <meta http- equiv="Content-Type" content="text/html;charset=utf-8" /> tag which is inserted by $html->charset(); does. This could account for your problems, if not. Hope this helps! On Sep 4, 12:54 pm, Anna P <[EMAIL PROTECTED]> wrote: > Yes it is:]. In fact, in the layout I use: > <?php ini_set('default_charset', 'utf-8'); > header('Content-Type: text/html; charset=utf-8');?> > at the beggining, so the browser knows what the encoding is. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---