DidHello !
I am experiencing some problem with links containing unicode characters.
Running Gitit 0.8.1, I can have a link like this in my pages:
un lien avec des [caractères accentués]().
and Gitit creates and displays a page named "caractères accentués" without any problem. But, when I use a freshly compiled Gitit 0.9.0.1 to serve the same pages (or a new one with the same content), I get an error:
Server error: Could not getWikiBase: (path, uri) = ("caract\65533res accentu\65533s","/caract\232res accentu\233s")
Did anyone face the same problem ? Is there a proper way to avoid it ? Like some plugin that normalize the urls, to avoid space and unicode characters ?
Thanks for any help !