From 58fa5fc3830a49e56356f095e5fab14dfd3e9b58 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 17 Dec 2010 03:13:00 +0000 Subject: use unicode for webpage ( tested on french translation, iso8859-1 is sent otherwise ) --- lib/CatDap.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/CatDap.pm') diff --git a/lib/CatDap.pm b/lib/CatDap.pm index c6bf872..d53ca8f 100644 --- a/lib/CatDap.pm +++ b/lib/CatDap.pm @@ -22,6 +22,7 @@ use Catalyst qw/ Authentication Authorization::Roles I18N + Unicode::Encoding /; extends 'Catalyst'; -- cgit v1.2.1