otl: Support utf-8 files. (Recai Oktaş)
parent
849792d4d8
commit
2449c596af
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue