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