13 Dec
2018
13 Dec
'18
11:23 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21848 --- Comment #10 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 82384 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82384 Bug 21848: Handle encoding when calling Text::Unaccent::unac_string Review of attachment 82384: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=21848&attachment=82384) ----------------------------------------------------------------- ::: Koha/Patron.pm @@ +25,3 @@
use List::MoreUtils qw( uniq ); use JSON qw( to_json ); use Text::Unaccent qw( unac_string );
Do we still need to load Text::Unaccent here? -- You are receiving this mail because: You are watching all bug changes.