diff options
author | http://shlomif.livejournal.com/ <http://shlomif.livejournal.com/@web> | 2014-01-16 13:44:56 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-01-16 13:44:56 -0400 |
commit | 8e84a62ffd679ff4df3af22c83ab1df1d8d9a71a (patch) | |
tree | 45044466c53f06e36ea688189259364d544b96da /doc | |
parent | a8d7a99979ed1a92fdf63ee7b251c17e41c0acb0 (diff) | |
download | ikiwiki-8e84a62ffd679ff4df3af22c83ab1df1d8d9a71a.tar ikiwiki-8e84a62ffd679ff4df3af22c83ab1df1d8d9a71a.tar.gz |
Add the report of my problem.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/__34__Error:_cannot_decode_string_with_wide_characters__34___on_Mageia_Linux_x86-64_Cauldron.mdwn | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/forum/__34__Error:_cannot_decode_string_with_wide_characters__34___on_Mageia_Linux_x86-64_Cauldron.mdwn b/doc/forum/__34__Error:_cannot_decode_string_with_wide_characters__34___on_Mageia_Linux_x86-64_Cauldron.mdwn new file mode 100644 index 000000000..8f9225968 --- /dev/null +++ b/doc/forum/__34__Error:_cannot_decode_string_with_wide_characters__34___on_Mageia_Linux_x86-64_Cauldron.mdwn @@ -0,0 +1,20 @@ +When running ikiwiki-3.20140102-1.mga4 on Mageia Linux x86-64 4/Cauldron with perl-5.18.1-3.mga4 , I am getting this error after I try to preview a page that contains unicode, at least in firefox-24.2.0-2.mga4 (note that I added "use Carp::Always;" to Ikiwiki.pm to get the stack trace): + +<pre> +Error: Cannot decode string with wide characters at /usr/lib/perl5/vendor_perl/5.18.1/x86_64-linux-thread-multi/Encode.pm line 215. +Encode::decode_utf8('# Freenode programming channel FAQ\x{d}\x{a}\x{d}\x{a}This page is intended t...') called at /usr/lib/perl5/vendor_perl/5.18.1/IkiWiki/CGI.pm line 117 +IkiWiki::decode_form_utf8('CGI::FormBuilder=HASH(0x2f7b880)') called at /usr/lib/perl5/vendor_perl/5.18.1/IkiWiki/Plugin/editpage.pm line 90 +IkiWiki::cgi_editpage('CGI=HASH(0x21ad628)', 'CGI::Session=HASH(0x280fb88)') called at /usr/lib/perl5/vendor_perl/5.18.1/IkiWiki/CGI.pm line 442 +IkiWiki::__ANON__('CODE(0x23ec970)') called at /usr/lib/perl5/vendor_perl/5.18.1/IkiWiki.pm line 2085 +IkiWiki::run_hooks('sessioncgi', 'CODE(0x2a5be20)') called at /usr/lib/perl5/vendor_perl/5.18.1/IkiWiki/CGI.pm line 442 +IkiWiki::cgi() called at /usr/bin/ikiwiki line 191 eval {...} called at /usr/bin/ikiwiki line 191 +IkiWiki::main() called at /usr/bin/ikiwiki line 228 +</pre> + +I have upgraded the ikiwiki instance using "ikiwiki -setup" and am running ikiwiki.cgi on a local Apache server. + +Can anyone shed any light on this problem and guide me what I need to do to fix it? + +Regards, + +-- [Shlomi Fish](http://www.shlomifish.org/) |