]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/utf8.mdwn
Tighten page name regex to not allow carriage returns or line feeds
[ikiwiki.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:
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 There may be the odd corner where utf-8 still doesn't work; these are being
11 fixed as they're found.
12
13 Notes:
14
15 * Apache "AddDefaultCharset on" settings will not play well with utf-8
16   pages. Turn it off.
17
18 [[todo/done]]