diff options
author | jmtd <jmtd@web> | 2019-10-07 14:15:10 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2019-10-07 14:15:10 -0400 |
commit | a6feaca5865e1003ac93d2d3efd1e5e59e078478 (patch) | |
tree | b2c893384454556535ad1e9e0067771a0a562487 /doc | |
parent | 85dc0491ae23b40e1ed4bf57f09e3498d22a98fc (diff) | |
download | ikiwiki-a6feaca5865e1003ac93d2d3efd1e5e59e078478.tar ikiwiki-a6feaca5865e1003ac93d2d3efd1e5e59e078478.tar.gz |
libpel5
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/table_can_not_deal_with_Chinese_.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn index dd5b3982c..653ec00d3 100644 --- a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn +++ b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn @@ -120,8 +120,13 @@ 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. — [[Jon]] +>> 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]] |