[Catalyst] Forcing charset=utf-8 on all Content-Types for
Catalyst::Controller::REST
piotr pogorzelski
pp at webtel.pl
Mon Jul 26 16:39:49 GMT 2010
or try Catalyst::Plugin::Unicode::Encoding
but it works only for
return $c->next::method(@_)
unless $c->response->content_type =~ /^text|xml$|javascript$/;
(see plugin source, not plugin doc ;)
More information about the Catalyst
mailing list