From c47cfe2bdd85b1561b57a5bccad9a1512af1f1bb Mon Sep 17 00:00:00 2001 From: Edmund von der Burg Date: Thu, 3 Mar 2011 09:05:44 +0000 Subject: Check that UTF8 in emails works --- perllib/FixMyStreet/App/View/Web.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perllib/FixMyStreet/App/View/Web.pm') diff --git a/perllib/FixMyStreet/App/View/Web.pm b/perllib/FixMyStreet/App/View/Web.pm index 1c6d73ca7..9c16e0d84 100644 --- a/perllib/FixMyStreet/App/View/Web.pm +++ b/perllib/FixMyStreet/App/View/Web.pm @@ -12,6 +12,7 @@ __PACKAGE__->config( INCLUDE_PATH => [ # FixMyStreet->path_to( 'templates', 'web', 'default' ), ], + ENCODING => 'utf8', render_die => 1, expose_methods => ['loc'], ); -- cgit v1.2.3