http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14431
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from M. Tompsett <[email protected]> --- (In reply to Jonathan Druart from comment #2) > 1) /cgi-bin/koha/catalogue/search.pl?q=ééé&op=Submit > You should get > " No results match your search for 'kw,wrdl: ���' in my library Catalog." > 2) /cgi-bin/koha/catalogue/search.pl?q=ກ > You should get > Cannot decode string with wide characters at > /usr/lib/i386-linux-gnu/perl/5.20/Encode.pm line 215. I didn't know about pmvers before, but a sudo apt-get install pmtools solved that. Actually, before the patch, I got similar to this on: - Ubuntu 14.04, Encode 2.57, perl 5.18.2 - Debian 8, Encode 2.63, perl 5.20.2 Before the patch on: - Debian 7, Encode 2.42_01, perl 5.14.2 There were no apparent problems. Given that Chris said it was 2.44, I upgraded my Encode to 2.44 (sudo apt-get install libencode-perl) and retested. After the patch, problems were corrected as expected, and no apparent regressions. Is this sufficient for a sign off? I will sign off, assuming this is. :) -- 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/
