]> scripts.mit.edu Git - www/ikiwiki.git/commitdiff
* Patch from Recai to use utf8 when reading the setup file, so that
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 10 Sep 2006 18:16:43 +0000 (18:16 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 10 Sep 2006 18:16:43 +0000 (18:16 +0000)
  utf8 wikinames from there will be used properly.

IkiWiki/Setup.pm
debian/changelog

index 9f210dec896e136c8f9536348fa07626fdda2c9d..2b4c76bd0b228539cb94feb69fba97435fff9833 100644 (file)
@@ -3,6 +3,7 @@
 use warnings;
 use strict;
 use IkiWiki;
+use open qw{:utf8 :std};
 
 package IkiWiki;
 
index 46a1c3f620fee6d74b88bf026c661b39844677e3..7eb45e0211e1eb641c0a274efff74c7a48a0686c 100644 (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