]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/possible_utf-8_problem__63__.mdwn
Added a comment: It was an Apache problem...
[ikiwiki.git] / doc / forum / possible_utf-8_problem__63__.mdwn
1 I have some problems with a blog wiki that I try to setup.
2
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
7 else works fine.
8
9 As soon as I try to add a new entry I get "bad page name"
10 instead of the editpage.
11
12 Here is an example:
13 The page itself is named 'hönshuset.mdwn' and it contains
14 this blog inline:
15
16 \[\[!inline  pages="honshuset/*" postform=yes ]]
17
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.
21
22 For some reason the from-parameter seems to depend on both the filename and
23 the rootpage parameter. If I add *rootpage*, then I must not use
24 utf-8 characters in *rootpage* or in the source filename.
25
26 I use ikiwiki 3.20120629 in Debian sid.