X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=share%2Flib%2FMyApp.pm.tt;h=cea90d0d0649a92b6cd76548b677f25b0a792233;hb=05599dea949194b04aff55b958f1fc4604acc919;hp=15d0799720c29e6014a006bec9badba2160c9b7f;hpb=3f58db98014199f1997078a06fd206a27b0bb1dc;p=catagits%2FCatalyst-Devel.git diff --git a/share/lib/MyApp.pm.tt b/share/lib/MyApp.pm.tt index 15d0799..cea90d0 100644 --- a/share/lib/MyApp.pm.tt +++ b/share/lib/MyApp.pm.tt @@ -40,6 +40,7 @@ __PACKAGE__->config( # Disable deprecated behavior needed by old applications disable_component_resolution_regex_fallback => 1, enable_catalyst_header => 1, # Send X-Catalyst header + encoding => 'UTF-8, # Setup request decoding and response encoding ); # Start the application