diff options
author | jmtd <jmtd@web> | 2018-11-27 06:05:01 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2018-11-27 06:05:01 -0400 |
commit | f59ed91b89825e3a5a624d98e32fdf3746424c9a (patch) | |
tree | f42bf31f6449902defde97b77aa1a27f939c42ca /doc | |
parent | 4f0b10c13d8d85e6ad1818f5ada84477f43df43a (diff) | |
download | ikiwiki-f59ed91b89825e3a5a624d98e32fdf3746424c9a.tar ikiwiki-f59ed91b89825e3a5a624d98e32fdf3746424c9a.tar.gz |
error output when trying
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/table_can_not_deal_with_Chinese_.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn index 69d184702..d0031fecf 100644 --- a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn +++ b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn @@ -22,3 +22,11 @@ The below example works well too 1,2,你好 """ ]] + +---- + +> You don't say what actually happens when you try this, but I hit something similar trying unicode symbols in a CSV-based table. (I wasn't aware of the DSV work-around. Thanks!) The specific error I get trying is + + [\[!table Error: Cannot decode string with wide characters at /usr/lib/x86_64-linux-gnu/perl/5.24/Encode.pm line 243.]] + +> That file is owned by the `libperl5` package, but I think I've seen an error mentioning `Text::CSV` i.e. `libtext-csv-perl` when I've encountered this before. -- [[Jon]] |