From: joey Date: Fri, 27 Apr 2007 21:37:03 +0000 (+0000) Subject: web commit by http://adam.shand.net/ X-Git-Tag: 1.51~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d776d1fecc1d43ba80108adc1d80007066930d1;p=ikiwiki.git web commit by http://adam.shand.net/ --- diff --git a/doc/bugs/Fancy_characters_get_munged_on_page_save.mdwn b/doc/bugs/Fancy_characters_get_munged_on_page_save.mdwn index e3ce2816d..96614de94 100644 --- a/doc/bugs/Fancy_characters_get_munged_on_page_save.mdwn +++ b/doc/bugs/Fancy_characters_get_munged_on_page_save.mdwn @@ -25,3 +25,5 @@ Sorry, I know the title is ridiculously vague for a bug but I don't know what th Thanks for that I assumed it would be Perl foo. I'll look into the web server config. Though, just thinking some more ... it's weird that it does the correct thing on preview but not on display. Hrm ... -- Adam. + +**FIXED** - Adding "AddDefaultCharset UTF-8" to my Apache config fixed the problem. Thanks for the help Joey (especially since it had nothing to do with ikiwiki!). - Adam.