diff options
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, |