Bug 11944: Fix encoding issue on search history
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 8 May 2014 10:34:24 +0000 (12:34 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 13 Jan 2015 16:07:28 +0000 (13:07 -0300)
commit447ca250dd93ee06242c4f3a3b1bfc5432b932b9
tree25696dde8ef48651427da54cd69944704ebcbb3d
parent36249ad98d2922d19c7102c9a5e8682b6e403826
Bug 11944: Fix encoding issue on search history

Newly introduced by patches from bug 10807, the string was decoded
before to be stored in session.

To reproduce:
Enable history search
Go at the OPAC and log out
Search for something with utf-8
Go on your search history
The search description should be correctly encoded

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Search/History.pm