hi,
i have charset problem.
i use apache2 and fascgi(standalone mode).
In main apache2.conf I added
AddDefaultCharset cp1251

and modify end action(adding content-type header)

But I get wrong charset in output : (
With LiveHeaders plugin of Firefox i see that Content-Type header is
correct:
Content-Type: text/html; charset=cp1251

What can be wrong?

Encoding of templates are OK, because when I start my_app with
catalyst build-in server, charset-encoding is OK(http://site.com:3000).
So problem is in fastcgi and apache2






_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to