I am using the following for each request :
$this->view->setEncoding('UTF-8');
I notice that adding the following :
header("content-type: text/html; charset=utf-8");
solves the problem.
However I'm quite surprised that I have to add this as I already set
encoding with $view->setEncoding().
Also,
Just a thought;
What charset is your webserver set to send?
If it's not UTF-8, you might want to change that and the problem is likely to
go away.
Mvh
Danny
> -Ursprungligt meddelande-
> Från: debussy007 [mailto:debussy...@gmail.com]
> Skickat: den 14 oktober 2010 12:06
> Till: fw-genera