* Patch from Recai to use utf8 when reading the setup file, so that

utf8 wikinames from there will be used properly.
master
joey 2006-09-10 18:16:43 +00:00
parent 961ac9575a
commit d0b025468a
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,7 @@
use warnings;
use strict;
use IkiWiki;
use open qw{:utf8 :std};
package IkiWiki;

4
debian/changelog vendored
View File

@ -23,8 +23,10 @@ ikiwiki (1.27) UNRELEASED; urgency=low
* Support hyperestradier version 1.4.2, which adds a new required phraseform
setting.
* If an inlined page has a permalink, link the page title to that.
* Patch from Recai to use utf8 when reading the setup file, so that
utf8 wikinames from there will be used properly.
-- Joey Hess <joeyh@debian.org> Sat, 9 Sep 2006 23:56:48 -0400
-- Joey Hess <joeyh@debian.org> Sun, 10 Sep 2006 14:06:01 -0400
ikiwiki (1.26) unstable; urgency=low