If you're calling $html->charset without any parameters, it outputs UTF-8. I would check again that the character set in your meta tag really is the same one you're using for your default.ctp - I did a quick test with the latest 1.2, and characters with umlauts worked fine (template is UTF-8, so is the character set defined in the meta tag).
-Jiri On Apr 13, 2:00 am, "cArkraus" <[EMAIL PROTECTED]> wrote: > Hi all, > > Umlaute ( chars like ö,ä,ü ) somehow stopped working in 1.2, despite > $html->charset(); > If I eg. in file layouts/default.ctp put some special chars they all > get messed up...in 1.1 this was fine. > > Could somebody please give me a hint on this? > ( I´m not talking about db-fields, or url-modeling, yet...so no en-/ > decode-functions wanted, just saving Umlauts to layout filed and > putting them out correctly ) > > Thanks for any help! > carsten --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
