On 6 Oct 2008, at 17:47, grigri wrote: > Make sure that your charset meta-tag is BEFORE the title tag. In an > older version of cake, the default layout had the reverse (title > first) which meant that it wasn't parsed as UTF-8.
This shouldn't be the case. An HTML document is not evaluated by the browser line-by-line in the same way PHP is. At least no modern browser should do that (do I need to look in your direction IE?). A quick test on OS X Safari confirms that it makes no difference where the UTF8 tag is, only that it needs to be somewhere in the header. If it does make a difference in other browsers, please let me know (honest request). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
