X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/719d48bddda711f3ded28ce8412aee09db8b5f21..30ac2faa9354760925dfe93f2680b4376e17ed37:/doc/bugs/table_can_not_deal_with_Chinese_.mdwn?ds=sidebyside diff --git a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn index 3b6780f85..f115fbebb 100644 --- a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn +++ b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn @@ -120,3 +120,20 @@ I'm going to attempt to work around it by moving to an external CSV. ­— [[Jon >> libtext-csv-perl 1.33-2 and libtext-csv-xs-perl is not installed. >> I'll do some futher diagnosis and poking around. >> ­— [[Jon]] +>> +>> OK: issue exists with oldstable/Stretch, and is seemingly fixed in stable/Buster. +>> `libcsv-text-xs-perl` doesn't seem to matter (presence or absence doesn't change +>> the bug). Upgrading just `libtext-csv-perl` on a Stretch host with Buster's +>> 1.99-1 is not sufficent to fix it. As per the error, I think libperl5 might be +>> relevant, i.e. bug present in 5.24.1-3+deb9u5 and fixed by 5.28.1-6. +>> +>> EDIT: yes indeed merely upgrading to libperl5.28=5.28.1-6 in stretch fixes the +>> issue. +>> — [[Jon]] +>> +>> Post Buster-upgrade, and it's *still* broken on my webhost, which shows +>> `[\[!table Error: Wide character at /usr/lib/x86_64-linux-gnu/perl/5.28/Encode.pm line 296.]]` +>> with libperl5.28:amd64 5.28.1-6, libtext-csv-perl 1.99-1 and +>> libtext-csv-xs-perl 1.38-1. Further fiddling will commence. +>> (removing libtext-csv-xs-perl does not help.) +— [[Jon]]