On Dec 5, 6:17 pm, Renesistemic <[EMAIL PROTECTED]> wrote:
> What adverse effects might I see by disabling the escape option?
Your page might break, if the text contains "<" or other special
chars.
You wrote, that the text comes from at database. I thought I was
running af "clean" UTF-8 setup, and that the DB-connection (MySQL)
would default to UTF-8, but I had to add:
'encoding' => 'utf8',
to the config in the database.php file, before I got the special chars
right.
Regards
Jonathan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---