diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-19 12:56:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-19 12:56:27 +0100 |
commit | 19f27c24d9dbe6f83a6778f949a35f73514f73b6 (patch) | |
tree | fb34a44726891ddf8e2d9db6ad6e7eaf3d01f0a7 /perllib/FixMyStreet/App.pm | |
parent | 109b706b68d85708dd023faedd8065efc3839a85 (diff) | |
parent | d44c6e58d1efe505006a38a62b61b1045031dd49 (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index 2cb8cbbff..d6314ebf8 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -16,7 +16,7 @@ use URI::QueryParam; use Catalyst ( 'Static::Simple', # - 'Unicode', + 'Unicode::Encoding', 'Session', 'Session::Store::DBIC', 'Session::State::Cookie', # FIXME - we're using our own override atm @@ -34,6 +34,8 @@ __PACKAGE__->config( name => 'FixMyStreet::App', + encoding => 'UTF-8', + # Disable deprecated behavior needed by old applications disable_component_resolution_regex_fallback => 1, |