[Koha-bugs] [Bug 13815] plack loose CGI qw(-utf8) flag creating incorrect utf-8 encoding everywhere

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 10 13:37:19 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13815

--- Comment #1 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
Created attachment 36763
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36763&action=edit
Bug 13815 - plack loose CGI qw(-utf8) flag creating incorrect utf-8 encoding
everywhere

This is major problem for plack installations with utf-8 encoding.

In this case, we are overriding CGI->new to setup utf-8 flag and
get correctly decoded $cgi->params, and reset syspref cache using
C4::Context->clear_syspref_cache

Test scenario:
1. under plack try to search with utf-8 charactes
2. try to find patron with utf-8 characters

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list