]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Fancy_characters_get_munged_on_page_save.mdwn
scrubber needs updating
[ikiwiki.git] / doc / bugs / Fancy_characters_get_munged_on_page_save.mdwn
index fbf6c4a6dbe4026578bc701e0201fa1395573680..d20e5b1f86e4883ed504177be847ee620d174ba6 100644 (file)
@@ -24,4 +24,6 @@ Sorry, I know the title is ridiculously vague for a bug but I don't know what th
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
->> Huh, interesting.  Thanks for that I assumed it would be Perl foo.  I'll look into the web server config.  -- Adam.
+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|done]]** - 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.