summaryrefslogtreecommitdiff
path: root/doc/todo/utf8.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/utf8.mdwn')
-rw-r--r--doc/todo/utf8.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/todo/utf8.mdwn b/doc/todo/utf8.mdwn
new file mode 100644
index 000000000..221f627e1
--- /dev/null
+++ b/doc/todo/utf8.mdwn
@@ -0,0 +1,15 @@
+ikiwiki should support utf-8 pages, both input and output. To test, here's a
+utf-8 smiley:
+
+# ☺
+
+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.
+
+Notes:
+
+* Apache "AddDefaultCharset on" settings will not play well with utf-8
+ pages. Turn it off.
+
+[[done]]