https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21848
--- Comment #10 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
