From: joey Date: Sat, 17 Jun 2006 03:02:28 +0000 (+0000) Subject: document utf8 X-Git-Tag: 1.6~7 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/aef156bd53edd7191ce87e16b1b1e17ab1731283?hp=d7921d40220a03523f47c0a9814b4117757d1871 document utf8 --- diff --git a/doc/features.mdwn b/doc/features.mdwn index 12e9d0528..f116e00e3 100644 --- a/doc/features.mdwn +++ b/doc/features.mdwn @@ -119,7 +119,16 @@ Some of ikiwiki's features: * [[Plugins]] - Plugins can be used to add additional features to ikiwiki. The interface is quite flexible, allowing plugins to register [[PreProcessorDirective]]s, hook into [[CGI]] mode, and more. Ikiwiki's backend RCS support is also pluggable, so support for new revision control systems can be added to ikiwiki. + Plugins can be used to add additional features to ikiwiki. The interface + is quite flexible, allowing plugins to register + [[PreProcessorDirective]]s, hook into [[CGI]] mode, and more. Ikiwiki's + backend RCS support is also pluggable, so support for new revision + control systems can be added to ikiwiki. + +* [[todo/utf8]] + + After rather a lot of fiddling, we think that ikiwiki correctly and fully + supports utf8 everywhere. ----