]> git.koha-community.org Git - koha.git/commit
Bug 18746: Text_CSV_Various parse failures
authorMark Tompsett <mtompset@hotmail.com>
Wed, 7 Jun 2017 22:07:13 +0000 (18:07 -0400)
committerKatrin Fischer <katrin.fischer.83@web.de>
Tue, 13 Jun 2017 05:47:26 +0000 (07:47 +0200)
commit5058c1cfcbd24f838a6554fa8485c81906909336
tree642d27ab39d498f720e3d6e20aaaea3e11536c1e
parent13f28159ae1acf17af3c33f217fc4bbceb3ded6c
Bug 18746: Text_CSV_Various parse failures

While it might be an idea to just delete it,
this patch attempts to catch everything and make it
clear that Text::CSV::Unicode (binary) is the parser
that should be used.

Signed-off-by: Lee Jamison <ldjamison@marywood.edu>
Running 'prove xt/author/Text_CSV_Various.t' passes

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 89d36585bb3483ac46c87224391b6867ae8468bb)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit d3ccdd1df3eda8c933cbc841532a0000707cc9e2)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
xt/author/Text_CSV_Various.t