From d0b025468aed28f44caeb5f9e0b1d5571b043cba Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 10 Sep 2006 18:16:43 +0000 Subject: * Patch from Recai to use utf8 when reading the setup file, so that utf8 wikinames from there will be used properly. --- IkiWiki/Setup.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Setup.pm') diff --git a/IkiWiki/Setup.pm b/IkiWiki/Setup.pm index 9f210dec8..2b4c76bd0 100644 --- a/IkiWiki/Setup.pm +++ b/IkiWiki/Setup.pm @@ -3,6 +3,7 @@ use warnings; use strict; use IkiWiki; +use open qw{:utf8 :std}; package IkiWiki; -- cgit v1.2.3