diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-17 03:02:28 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-17 03:02:28 +0000 |
commit | aef156bd53edd7191ce87e16b1b1e17ab1731283 (patch) | |
tree | d590d696b1a6b21f391072e8b00ed46662f6ba73 /doc | |
parent | d7921d40220a03523f47c0a9814b4117757d1871 (diff) |
document utf8
Diffstat (limited to 'doc')
-rw-r--r-- | doc/features.mdwn | 11 |
1 files changed, 10 insertions, 1 deletions
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. ---- |