diff options
author | Mesar Hameed <mesar.hameed@gmail.com> | 2014-09-05 22:54:15 +0100 |
---|---|---|
committer | Mesar Hameed <mesar.hameed@gmail.com> | 2014-09-05 22:54:15 +0100 |
commit | 8adf73b8e9cc71bd3036c6874a8e7bbbaeca2293 (patch) | |
tree | b70210cd159356acf320051ad2d2609057af34bf | |
parent | aed4e03b0c850d48722d5f72cbf7bd6a2a052a12 (diff) | |
download | ikiwiki-8adf73b8e9cc71bd3036c6874a8e7bbbaeca2293.tar ikiwiki-8adf73b8e9cc71bd3036c6874a8e7bbbaeca2293.tar.gz |
Add comment/query regarding file name/title encoding.
-rw-r--r-- | doc/todo/should_use_a_standard_encoding_for_utf_chars_in_filenames.mdwn | 16 |
1 files changed, 16 insertions, 0 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 a454d7da5..78d39fc88 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 @@ -58,4 +58,20 @@ I hope it's a bug, not a feature and you fix it soon :) --[[PaweÅ‚|ptecza]] >>>>> There is a Perl [Unicode::IMAPUtf7](http://search.cpan.org/~fabpot/Unicode-IMAPUtf7-2.01/lib/Unicode/IMAPUtf7.pm) >>>>> module at the CPAN, but probably it hasn't been debianized yet :( --[[PaweÅ‚|ptecza]] +> Note: [libencode-imaputf7-perl][1] has made it into debian. +> +> I would value some clarification, in the ikiwiki setup file I have +> +> wiki_file_chars: -[:alnum:][\p{Arabic}()]+/.:_ +> +> Ikiwiki doesn't seem to produce any errors on the commandline for this, but +> when I attempt to create a new post with Arabic characters from the web I get the following error : +> +> Error: Cannot decode string with wide characters at /usr/lib/x86_64-linux-gnu/perl/5.20/Encode.pm line 215. +> +> Should the modified regexp not be sufficient? +> Ikiwiki 3.20140815. +> --[[mhameed]] + [[wishlist]] +[1]: https://packages.debian.org/search?suite=all§ion=all&arch=any&searchon=names&keywords=libencode-imaputf7-perl |