diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 05:23:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-27 05:23:03 +0000 |
commit | 6e9f2a1113d5e87166d006c3059a15aa2b733c68 (patch) | |
tree | 6b39e4848f54018eab35f54a9268d9d7ca15d870 /doc | |
parent | 4dd175bd11c6cbac6d2bc4ef38139924aa042ffd (diff) |
response, web server misconfiguration
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Fancy_characters_get_munged_on_page_save.mdwn | 20 |
1 files changed, 18 insertions, 2 deletions
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..7748f57ba 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,22 @@ 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 + + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + <html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |