Hello, I am trying to create a Korean site in euc-kr. Unfortunately utf-8 is not an option. The MySQL database is in euc-kr, and I have encoded the ctp files as well. After I changed the App.encoding variable in core.php to euckr, I receive several of the following warnings:
Warning: htmlspecialchars() [function.htmlspecialchars]: charset ` euckr' not supported, assuming iso-8859-1... If I set the debug level to 0, the warnings go away... but on some pages I am getting over 50 of these warnings so I'm not sure if these can be safely ignored. I read that the htmlspecialchars function does not support euckr, but does this mean that euckr is not recommended for CakePHP? I would really appreciate any insight on this. Thank you in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
