aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
diff options
context:
space:
mode:
authorjmtd <jmtd@web>2018-11-27 06:06:58 -0400
committeradmin <admin@branchable.com>2018-11-27 06:06:58 -0400
commit046b827bd07b30dfc07236376d9734dec30723ff (patch)
treea38ff6dd7c3d9d9924368b23cb924e9ce207fb3f /doc/bugs/table_can_not_deal_with_Chinese_.mdwn
parentf59ed91b89825e3a5a624d98e32fdf3746424c9a (diff)
downloadikiwiki-046b827bd07b30dfc07236376d9734dec30723ff.tar
ikiwiki-046b827bd07b30dfc07236376d9734dec30723ff.tar.gz
related issue
Diffstat (limited to 'doc/bugs/table_can_not_deal_with_Chinese_.mdwn')
-rw-r--r--doc/bugs/table_can_not_deal_with_Chinese_.mdwn2
1 files changed, 2 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 d0031fecf..89f406d5d 100644
--- a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
+++ b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn
@@ -30,3 +30,5 @@ The below example works well too
[\[!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]]
+
+>> A related problem, also fixed by using DSV, is messing up the encoding of non-ASCII, non-wide characters, e.g. £ (workaround was to use &amp;pound; instead) -- [[Jon]]