[Catalyst] View::TT FILTERS and utf-8
Bernard FRIT
bernard.frit at gmail.com
Fri Jan 6 17:47:13 CET 2006
Fixed.
I just had to force :
$c->res->content_type('text/html; charset=iso-8559-1');
was
$c->res->content_type('text/html; charset=utf-8');
And it solves also bad path to compiled templates, thread was :
View::TT bug ?
I can understand why apache was doing a wrong charset translation but
I don't understand the compilde templates thing ????
--
Bernard FRIT
More information about the Catalyst
mailing list