diff options
author | Simon McVittie <smcv@debian.org> | 2019-09-29 18:42:40 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2019-09-29 18:43:30 +0100 |
commit | 62890d911ae75eaf2d2622c1c33a5d956d33e9d8 (patch) | |
tree | 0c8eda50f677111a6e1e3582332d26763e6fd80e /doc/bugs | |
parent | d5fb38bd0f7110f6b7ec3779ba5df922ba7e69e3 (diff) | |
download | ikiwiki-62890d911ae75eaf2d2622c1c33a5d956d33e9d8.tar ikiwiki-62890d911ae75eaf2d2622c1c33a5d956d33e9d8.tar.gz |
cannot reproduce new bug
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/table_can_not_deal_with_Chinese_.mdwn | 14 |
1 files changed, 14 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 5c2b0b2ae..92be2b636 100644 --- a/doc/bugs/table_can_not_deal_with_Chinese_.mdwn +++ b/doc/bugs/table_can_not_deal_with_Chinese_.mdwn @@ -97,3 +97,17 @@ I've hit this bug with an inline-table and 3.20190228-1 (so: patch applied), wit I (HB1), 70 (PB1), 5 (PB50) Dune O ✓"""]] I'm going to attempt to work around it by moving to an external CSV. — [[Jon]] + +> What version of Text::CSV (Debian: `libtext-csv-perl`) are you using? +> What version of Text::CSV::XS (Debian: `libtext-csv-xs-perl`) are you +> using, if any? +> +> I could't reproduce this with `libtext-csv-perl_2.00-1` and +> `libtext-csv-xs-perl_1.39-1`, assuming that the whitespace in +> `delimiter="..."` was meant to be a literal tab character, and that +> the data row has literal tabs before Dune, before O and before ✓. +> +> It would be great if you could modify `t/table.t` to include a failing +> test-case, and push it to your github fork or something, so I can apply +> it without having to guess precisely what the whitespace should be. +> --[[smcv]] |