From: Joey Hess Date: Wed, 9 Jul 2008 00:52:30 +0000 (-0400) Subject: otl: Support utf-8 files. (Recai Oktaş) X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/2449c596af0f74f30d9eb159fcdea5719d702a20 otl: Support utf-8 files. (Recai Oktaş) --- 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); diff --git a/debian/changelog b/debian/changelog index 725b9c1bc..31fccfc40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ ikiwiki (2.53) UNRELEASED; urgency=low * attachment: Support old versions of CGI.pm that lack an upload method. * Include ikiwiki.setup in examples in the debian package. * attachment: Support perl 5.8's buggy version of CGI.pm. + * otl: Support utf-8 files. (Recai Oktaş) -- Joey Hess Mon, 07 Jul 2008 01:52:48 -0400