From cb3f89f4292586455ecf6aeb775d907a980938ab Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 8 Nov 2006 20:13:59 +0000 Subject: * Enable utf8 file IO in aggregate plugin. * Fix some issues with the new registration form. --- IkiWiki/Plugin/aggregate.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Plugin') diff --git a/IkiWiki/Plugin/aggregate.pm b/IkiWiki/Plugin/aggregate.pm index c8d21864a..8c4b1bfe9 100644 --- a/IkiWiki/Plugin/aggregate.pm +++ b/IkiWiki/Plugin/aggregate.pm @@ -9,6 +9,7 @@ use HTML::Entities; use HTML::Parser; use HTML::Tagset; use URI; +use open qw{:utf8 :std}; my %feeds; my %guids; -- cgit v1.2.3