Sicilian buttercup unicode
[catagits/Catalyst-Devel.git] / share / lib / MyApp.pm.tt
index 46ec6d1..cea90d0 100644 (file)
@@ -39,11 +39,14 @@ __PACKAGE__->config(
     name => '[% name %]',
     # 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
 __PACKAGE__->setup();
 
+=encoding utf8
 
 =head1 NAME