I'm probably missing something, but are you sure this is a problem with the html helper? I just built a form using it and had no problems with chinese characters in field values being turned into entities (I always use UTF-8). As far as I can see, the html helper will only automatically turn a few characters into entities using the 'htmlspecialchars' function. In fact it's only the 'link' function that uses 'htmlentities' - and that can be turned off as noted above.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
