]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/todo/done/utf8.mdwn
b49bb337653bb9390cdede0f6b92261fcddb36be
[git.ikiwiki.info.git] / doc / todo / done / 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 Notes:
12 * Apache "AddDefaultCharset on" settings will not play well with utf-8
13   pages. Turn it off.