otl: Support utf-8 files. (Recai Oktaş)
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 9 Jul 2008 00:52:30 +0000 (20:52 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 9 Jul 2008 00:52:30 +0000 (20:52 -0400)
IkiWiki/Plugin/otl.pm
debian/changelog

index 20291d7e535aecb1e6d1fe36a7ed713aec7edf84..7d382b38b62d70dc24029c19a5f62d2379d7b062 100644 (file)
@@ -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);
index 725b9c1bc4b37d6a2019c2427ed1659946fd29a3..31fccfc40117a26028fd78acfcb5670051551b36 100644 (file)
@@ -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 <joeyh@debian.org>  Mon, 07 Jul 2008 01:52:48 -0400