Bug 29463: Escape utf8 characters before appending search query to url
authorPetro Vashchuk <stalkernoid@gmail.com>
Fri, 12 Nov 2021 13:14:46 +0000 (15:14 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 19 Nov 2021 14:23:27 +0000 (15:23 +0100)
commit288ef824616fff1bb8a685a43efed3a3f7654f30
tree4b0d5c6503304493147c10891e2592d517f1d2c0
parent5ddb520b963adfa784354746dbfd65d3356e3456
Bug 29463: Escape utf8 characters before appending search query to url

To test:
1) go to the main page of Koha and search in the "Check out" search window type "näyttö".
2) see that umlauts got replaced with replacement characters.
3) apply the patch.
4) repeat 1-2, ensure that umlauts displayed correctly and are not getting replaced with replacement characters.

JK: remove period from commit title
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
circ/circulation.pl