Recode as UTF-8 and don't assume that we're a root wiki --- moin-1.9.3/wiki/config/wikiconfig.py 2010-06-05 17:57:50.000000000 +0100 +++ moin-1.9.3/wiki/config/wikiconfig.py 2011-02-25 13:50:04.732286619 +0000 @@ -1,4 +1,4 @@ -# -*- coding: iso-8859-1 -*- +# -*- coding: utf-8 -*- # IMPORTANT! This encoding (charset) setting MUST be correct! If you live in a # western country and you don't know that you use utf-8, you probably want to # use iso-8859-1 (or some other iso charset). If you use utf-8 (a Unicode @@ -59,7 +59,7 @@ # If you run your wiki script at the root of your site (/), just do NOT # use this setting and it will automatically work. # If you run your wiki script at /mywiki, you need to use this: - #url_prefix_static = '/mywiki' + url_prefix_static + url_prefix_static = '/mywiki' + url_prefix_static # Wiki identity ---------------------------------------------------- @@ -116,7 +116,7 @@ # SMTP server, e.g. "mail.provider.com" (None to disable mail) #mail_smarthost = "" - # The return address, e.g u"J�rgen Wiki <noreply@mywiki.org>" [Unicode] + # The return address, e.g u"Jürgen Wiki <noreply@mywiki.org>" [Unicode] #mail_from = u"" # "user pwd" if you need to use SMTP AUTH