php - Non-English characters in CakePHP -


I'm having trouble with CakePHP. My application does not resonate any non-English characters (ñ, á, é) Has been doing. I do not have this problem with raw PHP, but weird work about framework encoding. I have already tried to add this row to the header of the layout files but it fails: & lt; Meta http-equiv = "content-type" content = "text / html; charset = UTF-8" /> Hope you guys can help me. Thanks.

Ensure that you saved your file from UTF-8 encoding.

Comments