ikiwiki/doc/forum/possible_utf-8_problem__63_...

26 lines
834 B
Plaintext
Raw Normal View History

2012-08-07 22:41:02 +02:00
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.