]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/utf8.mdwn
ikiwiki (3.20130711) unstable; urgency=low
[git.ikiwiki.info.git] / doc / todo / utf8.mdwn
1 ikiwiki should support utf-8 pages, both input and output. To test, here's a
2 utf-8 smiley:
4 # ☺
6 Currently ikiwiki is belived to be utf-8 clean itself; it tells perl to use
7 binmode when reading possibly binary files (such as images) and it uses
8 utf-8 compatable regexps etc.
10 There may be the odd corner where utf-8 still doesn't work; these are being
11 fixed as they're found.
13 Notes:
15 * Apache "AddDefaultCharset on" settings will not play well with utf-8
16   pages. Turn it off.
18 [[todo/done]]