aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-08 20:52:30 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-08 20:52:30 -0400
commit2449c596af0f74f30d9eb159fcdea5719d702a20 (patch)
tree6e09041e41071449485650b4cd622b48d4cef3aa /IkiWiki
parent849792d4d8cdfb576f7d99d4bfb244fdab72f756 (diff)
downloadikiwiki-2449c596af0f74f30d9eb159fcdea5719d702a20.tar
ikiwiki-2449c596af0f74f30d9eb159fcdea5719d702a20.tar.gz
otl: Support utf-8 files. (Recai Oktaş)
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/otl.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/otl.pm b/IkiWiki/Plugin/otl.pm
index 20291d7e5..7d382b38b 100644
--- a/IkiWiki/Plugin/otl.pm
+++ b/IkiWiki/Plugin/otl.pm
@@ -5,6 +5,7 @@ package IkiWiki::Plugin::otl;
use warnings;
use strict;
use IkiWiki 2.00;
+use open qw{:utf8 :std};
sub import { #{{{
hook(type => "filter", id => "otl", call => \&filter);