From 2449c596af0f74f30d9eb159fcdea5719d702a20 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Jul 2008 20:52:30 -0400 Subject: otl: Support utf-8 files. (Recai Oktaş) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IkiWiki/Plugin/otl.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Plugin') 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); -- cgit v1.2.3