diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-08 20:13:59 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-08 20:13:59 +0000 |
commit | cb3f89f4292586455ecf6aeb775d907a980938ab (patch) | |
tree | 4653e8c817a45ce774f56207ae971e8ebab02860 /IkiWiki/Plugin | |
parent | b48beb9e8049ac001d188395b331b3e9f03fbecb (diff) | |
download | ikiwiki-cb3f89f4292586455ecf6aeb775d907a980938ab.tar ikiwiki-cb3f89f4292586455ecf6aeb775d907a980938ab.tar.gz |
* Enable utf8 file IO in aggregate plugin.
* Fix some issues with the new registration form.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/aggregate.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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; |