Nope, that's all you need to tell the browser which encoding the page is in. Of course you can set the header a well/instead, it will work either way. The only other thing you might need to do is set the view objects encoding, so that the escape() method works correctly:

$view->setEncoding('UTF-8');

debussy007 wrote:
I had already this :
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

I need nothing else ?
I tought I had to set the HTTP header to UTF-8 also by this php code.



Jack Sleight wrote:

--
Jack

Reply via email to