aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ <Qi@web>2015-01-29 16:06:57 -0400
committeradmin <admin@branchable.com>2015-01-29 16:06:57 -0400
commitc10ac850dd8ffd1b794c0a957e2fc3cd1492254e (patch)
treef2d98927a20455c9439d3d0a6594053d440348e3 /doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_
parenta1e106359191de2ef52529e34cfa505e424c0195 (diff)
downloadikiwiki-c10ac850dd8ffd1b794c0a957e2fc3cd1492254e.tar
ikiwiki-c10ac850dd8ffd1b794c0a957e2fc3cd1492254e.tar.gz
removed
Diffstat (limited to 'doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_')
-rw-r--r--doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_/comment_2_10b12514d3929ed00f452d072a215c78._comment25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_/comment_2_10b12514d3929ed00f452d072a215c78._comment b/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_/comment_2_10b12514d3929ed00f452d072a215c78._comment
deleted file mode 100644
index e2b14adb3..000000000
--- a/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_/comment_2_10b12514d3929ed00f452d072a215c78._comment
+++ /dev/null
@@ -1,25 +0,0 @@
-[[!comment format=mdwn
- username="https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ"
- nickname="Qi"
- subject="Additional advice?"
- date="2015-01-29T20:01:14Z"
- content="""
-I manually modified `/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?
-"""]]