From fd30b0113c718c04f3ccde0cbf0cbb7cc2692c77 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ" Date: Thu, 29 Jan 2015 16:07:11 -0400 Subject: Added a comment: Additional advice? --- ...ent_2_5156273724765f6eb1bccbb16d5f876a._comment | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_/comment_2_5156273724765f6eb1bccbb16d5f876a._comment diff --git a/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_/comment_2_5156273724765f6eb1bccbb16d5f876a._comment b/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_/comment_2_5156273724765f6eb1bccbb16d5f876a._comment new file mode 100644 index 000000000..150ad0662 --- /dev/null +++ b/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_/comment_2_5156273724765f6eb1bccbb16d5f876a._comment @@ -0,0 +1,27 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ" + nickname="Qi" + subject="Additional advice?" + date="2015-01-29T20:07:11Z" + content=""" +I manually modified `/usr/pkg/lib/perl5/vendor_perl/5.20.0/IkiWiki/CGI.pm` removing the three lines + + # call decode_utf8 on >= 5.20 only if it's not already decoded, + # otherwise it balks, on < 5.20, always call it + if ($] < 5.02 || !Encode::is_utf8($octets)) { + +and adding a new line + + if (!Encode::is_utf8($octets)) { + +Then I ran ikiwiki --setup mysite.setup and see the following messages: + + ... + Aborting + 'git pull --prune origin' failed: at /usr/pkg/lib/perl5/vendor_perl/5.20.0/IkiWiki/Plugin/git.pm line 220. + Cannot decode string with wide characters at /usr/pkg/lib/perl5/5.20.0/darwin-thread-multi-2level/Encode.pm line 175. + + +Any ideas? + +"""]] -- cgit v1.2.3