* --getctime had bitrotted (well I only ever used it the once so far..),
[ikiwiki] / 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:
3
4 # ☺
5
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.
9
10 Notes:
11
12 * Apache "AddDefaultCharset on" settings will not play well with utf-8
13   pages. Turn it off.