diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ <Qi@web> | 2015-01-29 11:59:40 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-01-29 11:59:40 -0400 |
commit | 66026c1482b8c2a1d87fed33db6e1b1820f6ad6a (patch) | |
tree | 6f96579b73225b619b49a906dd5f8074d50e93c6 | |
parent | b01df99c07563ea28e714d6ed19d9e7d7ed57a4e (diff) | |
download | ikiwiki-66026c1482b8c2a1d87fed33db6e1b1820f6ad6a.tar ikiwiki-66026c1482b8c2a1d87fed33db6e1b1820f6ad6a.tar.gz |
-rw-r--r-- | doc/forum/Build_time_error:_Cannot_decode_string_with_wide_characters_.mdwn | 22 |
1 files changed, 10 insertions, 12 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 index d37fcb3c5..0f5adef34 100644 --- 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 @@ -11,16 +11,14 @@ Any idea how to fix it? I installed ikiwiki via pkgsrc on OS X 10.10.2: -``` -$ ikiwiki --version -ikiwiki version 3.20141016 -$ uname -a -Darwin qazwsx.local 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64 -$ which perl -/usr/bin/perl -$ perl --version + $ ikiwiki --version + ikiwiki version 3.20141016 + $ uname -a + Darwin qazwsx.local 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64 + $ which perl + /usr/bin/perl + $ perl --version -This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level -(with 2 registered patches, see perl -V for more detail) -... -``` + This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level + (with 2 registered patches, see perl -V for more detail) + ... |