aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ <Qi@web>2015-01-29 11:53:28 -0400
committeradmin <admin@branchable.com>2015-01-29 11:53:28 -0400
commit02ad54b46785c65dca55f41d4ae36bdc24cb7949 (patch)
tree497293620c050e5703781562cd538ed230202498
parentfadf17320ac5934b6b3a91634a8ec6570306106b (diff)
downloadikiwiki-02ad54b46785c65dca55f41d4ae36bdc24cb7949.tar
ikiwiki-02ad54b46785c65dca55f41d4ae36bdc24cb7949.tar.gz
-rw-r--r--doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn b/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn
new file mode 100644
index 000000000..18e5a83a2
--- /dev/null
+++ b/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn
@@ -0,0 +1,10 @@
+I got the following error related to `Encode.pm` when I build my Ikiwiki instance
+
+```
+$ ikiwiki --setup mysite.setup
+...
+'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 idea how to fix it?