]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_/comment_2_5156273724765f6eb1bccbb16d5f876a._comment
(no commit message)
[git.ikiwiki.info.git] / doc / forum / Build_time_error:_Cannot_decode_string_with_wide_characters_ / comment_2_5156273724765f6eb1bccbb16d5f876a._comment
1 [[!comment format=mdwn
2  username="https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ"
3  nickname="Qi"
4  subject="Additional advice?"
5  date="2015-01-29T20:07:11Z"
6  content="""
7 I manually modified `/usr/pkg/lib/perl5/vendor_perl/5.20.0/IkiWiki/CGI.pm` removing the three lines
9     # call decode_utf8 on >= 5.20 only if it's not already decoded,
10     # otherwise it balks, on < 5.20, always call it
11     if ($] < 5.02 || !Encode::is_utf8($octets)) {
13 and adding a new line
15     if (!Encode::is_utf8($octets)) {
17 Then I ran ikiwiki --setup mysite.setup and see the following messages:
19         ...
20         Aborting
21         'git pull --prune origin' failed:  at /usr/pkg/lib/perl5/vendor_perl/5.20.0/IkiWiki/Plugin/git.pm line 220.
22         Cannot decode string with wide characters at /usr/pkg/lib/perl5/5.20.0/darwin-thread-multi-2level/Encode.pm line 175.
25 Any ideas?
27 """]]