diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-13 15:25:31 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-13 15:25:31 +0000 |
commit | b3d5b234f99a3eb0ea8bc99773081d4aac9d40b7 (patch) | |
tree | 6d6300d7ac69962944f68495922715ec35c6ec76 | |
parent | da2fb30814eb88aa430ec7d06ae4c81161b60bfa (diff) |
web commit by tuomov: detail
-rw-r--r-- | doc/bugs/Does_not_support_non-UTF8_files.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/Does_not_support_non-UTF8_files.mdwn b/doc/bugs/Does_not_support_non-UTF8_files.mdwn index 29f8c4177..7d4cace7a 100644 --- a/doc/bugs/Does_not_support_non-UTF8_files.mdwn +++ b/doc/bugs/Does_not_support_non-UTF8_files.mdwn @@ -1,4 +1,4 @@ -Ikiwiki does not seem to support non-UTF-8 file content, although there's no reason it should assume anything other than ASCII-compatibility from the encoding, at least if the Web interface is not used. It suffices that users use the same encoding as the templates specify. If I try to run it on `.mdwn` with content in a ISO-8859-1 format, I get: +Ikiwiki does not seem to support non-UTF-8 file content, although there's no reason it should assume anything other than ASCII-compatibility from the encoding, at least if the Web interface is not used. It suffices that users use the same encoding as the templates specify. If I try to run it on `.mdwn` with content in ISO-8859-1 format, in an ISO-8859-1 locale, I get: Malformed UTF-8 character (unexpected non-continuation byte 0x74, immediately after start byte 0xe4) in substitution iterator at /usr/local/share/perl/5.8.8/IkiWiki.pm line 640. |