X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/4dd175bd11c6cbac6d2bc4ef38139924aa042ffd..804ebb7289d0c92a73ba13c95ad8e9a50deb4349:/doc/bugs/Fancy_characters_get_munged_on_page_save.mdwn?ds=sidebyside 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 db646c013..d20e5b1f8 100644 --- a/doc/bugs/Fancy_characters_get_munged_on_page_save.mdwn +++ b/doc/bugs/Fancy_characters_get_munged_on_page_save.mdwn @@ -4,6 +4,26 @@ Sorry, I know the title is ridiculously vague for a bug but I don't know what th -- [[AdamShand]] -> Well, they seem fine in this post? --[[Joey]] +> The page is fine if I download it and view it locally, or put it on my +> laptop's web server. I imagine that the problem is due to your web server +> not saying that the encoding of the page is utf8. For apache you could +> try setting this: +> +> AddDefaultCharset UTF-8 +> +> Although I don't need that setting here.. Maybe your apache config has +> some problem, because your web server is doing this: --[[Joey]] ->> Yowza that was fast, that save was just my first test to see if it effected ikiwiki! :-) More info included now. -- Adam. \ No newline at end of file + Accept-Ranges: bytes + Content-Length: 2135 + Content-Type: text/html; charset=iso-8859-1 + + + + + + +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.