Hello CapeTownGuy, If you're seeing question marks you probably aren't setting the proper HTML charset. Either change the charset or use $html->charset() in your layout.
Also, make sure your pages (the ctp files in app/views/pages) are properly encoded; set the file encoding to what you want to use in your app (UTF-8 here I figure) See this for more info : http://www.webiscake.com/common-mistakes-when-with-accentuated-characters/ On 17 oct, 05:15, CapeTownGuy <[email protected]> wrote: > Hi, > > I'm displaying a page through my pages controller with German > characters. When I specify UTF-8 in my layout it shows question marks > wherever there are special German characters. If I change my encoding > to ISO-8859-1 in the layout, it works fine. (My Core.php setting is > UTF-8) > > Has anybody encountered a similar problem, or have any advise maybe? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
