Hi, May I know is there any way I can use HTML helpers but set it not to convert the characters to html entities?
I'm using UTF-8 and involves the use of some chinese characters in the fields. When it is being passed to text fields or select fields in form using $html->input or $html->selectTag, the characters are being converted to numbers, like Ǽ due to HTML helper converting it to html entity. May I know is there an easy way to disable that besides not using HTML helper? Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
