aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn
blob: 18e5a83a2099aa9179a693245cb8380fb14cfba4 (plain)
1
2
3
4
5
6
7
8
9
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?