X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Ftodo%2Futf8.mdwn;h=278fb9382733af315308b3920c991937bb74280b;hb=3f925ac7351bcee9a8cbbcae881681e68087de50;hp=221f627e1e79d39c60aa976e3442ab139c11f62a;hpb=0b8aacfb96e601eaa1d14401f4c1f383c242954e;p=ikiwiki.git 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]]