On 30 Maig, 16:06, "David C. Zentgraf" <[EMAIL PROTECTED]> wrote: > If you keep everything UTF-8 from start to finish you actually > shouldn't have this problem.
On this project, everything is UTF-8 including db etc. That solved the problem, but on an earlier project we had to use iso-8859-1. It was the only way to get the rss feed displaying properly. On the project, the db was, historically, latin1-spanish and I didn't want to change it. Having said all that, there are still occasions when not-escaping is required, for instance when html entities are stored in po files. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
