X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/0b8aacfb96e601eaa1d14401f4c1f383c242954e..5c7771e01aafb7b2e197f58a725132e4c2f4bde8:/doc/todo/utf8.mdwn diff --git a/doc/todo/utf8.mdwn b/doc/todo/utf8.mdwn index 221f627e1..278fb9382 100644 --- a/doc/todo/utf8.mdwn +++ b/doc/todo/utf8.mdwn @@ -7,9 +7,12 @@ Currently ikiwiki is belived to be utf-8 clean itself; it tells perl to use binmode when reading possibly binary files (such as images) and it uses utf-8 compatable regexps etc. +There may be the odd corner where utf-8 still doesn't work; these are being +fixed as they're found. + Notes: * Apache "AddDefaultCharset on" settings will not play well with utf-8 pages. Turn it off. -[[done]] +[[todo/done]]