]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Fix utf-8 in blog post form.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 20 Aug 2006 20:45:55 +0000 (20:45 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 20 Aug 2006 20:45:55 +0000 (20:45 +0000)
IkiWiki/CGI.pm
debian/changelog

index f1f83cfc41e3c3a49215ca7ea7f8768b0c552211..4c15be0aeecb09221d27863ceb580d55f759d66e 100644 (file)
@@ -614,7 +614,7 @@ sub cgi () { #{{{
                cgi_prefs($q, $session);
        }
        elsif ($do eq 'blog') {
-               my $page=titlepage($q->param('title'));
+               my $page=titlepage(decode_utf8($q->param('title')));
                # if the page already exists, munge it to be unique
                my $from=$q->param('from');
                my $add="";
index 61379c5fb5e864ccdb3f110cdcd36844ec73631c..22db661bd4cfef65127227ea3e21df714df30e95 100644 (file)
@@ -16,8 +16,9 @@ ikiwiki (1.21) UNRELEASED; urgency=low
     Talens-Oliag. Note that this has many known issues -- see the caveats on
     the plugin's page.
   * Credit everyone who wrote a plugin on the plugins' wiki pages.
+  * Fix utf-8 in blog post form.
 
- -- Joey Hess <joeyh@debian.org>  Sat, 19 Aug 2006 00:56:32 -0400
+ -- Joey Hess <joeyh@debian.org>  Sun, 20 Aug 2006 16:40:51 -0400
 
 ikiwiki (1.20) unstable; urgency=low