aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/should_use_a_standard_encoding_for_utf_chars_in_filenames.mdwn
diff options
context:
space:
mode:
authorsmcv <smcv@web>2014-09-08 16:32:56 -0400
committeradmin <admin@branchable.com>2014-09-08 16:32:56 -0400
commit634a563cbb1166972ccfe27a0ea69827e1e717ee (patch)
treeaf2a9c0b3f7d3246d1de0d3f19af2671d7a60cbe /doc/todo/should_use_a_standard_encoding_for_utf_chars_in_filenames.mdwn
parenta0913d830c4cabd7ddcabea3dde795d58f43c0a7 (diff)
downloadikiwiki-634a563cbb1166972ccfe27a0ea69827e1e717ee.tar
ikiwiki-634a563cbb1166972ccfe27a0ea69827e1e717ee.tar.gz
yes, looks like a bug
Diffstat (limited to 'doc/todo/should_use_a_standard_encoding_for_utf_chars_in_filenames.mdwn')
-rw-r--r--doc/todo/should_use_a_standard_encoding_for_utf_chars_in_filenames.mdwn8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/todo/should_use_a_standard_encoding_for_utf_chars_in_filenames.mdwn b/doc/todo/should_use_a_standard_encoding_for_utf_chars_in_filenames.mdwn
index 78d39fc88..ac82c94d2 100644
--- a/doc/todo/should_use_a_standard_encoding_for_utf_chars_in_filenames.mdwn
+++ b/doc/todo/should_use_a_standard_encoding_for_utf_chars_in_filenames.mdwn
@@ -5,7 +5,7 @@ I hope it's a bug, not a feature and you fix it soon :) --[[Paweł|ptecza]]
> ikiwiki only allows a very limited set of characters raw in page names,
> this is done as a deny-by-default security thing. All other characters
-> need to be encoded in __code__ format, where "code" is the character
+> need to be encoded in `__code__` format, where "code" is the character
> number. This is normally done for you, but if you're adding a page
> manually, you need to handle it yourself. --[[Joey]]
@@ -73,5 +73,11 @@ I hope it's a bug, not a feature and you fix it soon :) --[[Paweł|ptecza]]
> Ikiwiki 3.20140815.
> --[[mhameed]]
+>> This seems like a bug: in principle non-ASCII in `wiki_file_chars` should work,
+>> in practice it does not. I would suggest either using the default
+>> `wiki_file_chars`, or digging into the code to find what is wrong.
+>> Solving this sort of bug usually requires having a clear picture of
+>> which "strings" are bytestrings, and which "strings" are Unicode. --[[smcv]]
+
[[wishlist]]
[1]: https://packages.debian.org/search?suite=all&section=all&arch=any&searchon=names&keywords=libencode-imaputf7-perl