X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/0b8aacfb96e601eaa1d14401f4c1f383c242954e..5b43f0b95c17daf8f1a48582f538d9416f502b26:/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]]