From d0b025468aed28f44caeb5f9e0b1d5571b043cba Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 10 Sep 2006 18:16:43 +0000 Subject: [PATCH] * Patch from Recai to use utf8 when reading the setup file, so that utf8 wikinames from there will be used properly. --- IkiWiki/Setup.pm | 1 + debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/IkiWiki/Setup.pm b/IkiWiki/Setup.pm index 9f210dec8..2b4c76bd0 100644 --- a/IkiWiki/Setup.pm +++ b/IkiWiki/Setup.pm @@ -3,6 +3,7 @@ use warnings; use strict; use IkiWiki; +use open qw{:utf8 :std}; package IkiWiki; diff --git a/debian/changelog b/debian/changelog index 46a1c3f62..7eb45e021 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 9 Sep 2006 23:56:48 -0400 + -- Joey Hess Sun, 10 Sep 2006 14:06:01 -0400 ikiwiki (1.26) unstable; urgency=low -- 2.32.0.93.g670b81a890