jhagg 2012-08-07 16:41:02 -04:00 committed by admin
parent 104539c536
commit 63e7c5cba8
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
I have some problems with a blog wiki that I try to setup.
Everything seemed to work correctly with utf-8 until
I tried to have a page name with utf-8 characters that
contained a blog. More testing showed that the 'from'-parameter
in the form didn't like utf-8. Just that variable, everything
else works fine.
As soon as I try to add a new entry I get "bad page name"
instead of the editpage.
Here is an example:
The page itself is named 'hönshuset.mdwn' and it contains
this blog inline:
\[\[!inline pages="honshuset/*" postform=yes ]]
Looking at the form, it is the from-parameter that contains 'hönshuset'
that triggers the problem. If I rename the file to honshuset.mdwn
everything works fine.
(Yes, I renamed the blog directory to honshuset for debugging, but
that didn't help.)
I use ikiwiki 3.20120629 in Debian sid.