Bug 14759: Replace Text::Unaccent with Unicode::Normalize
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 8 Jan 2020 09:13:18 +0000 (09:13 +0000)
committerHayley Mapley <hayleymapley@catalyst.net.nz>
Thu, 20 Feb 2020 21:33:10 +0000 (10:33 +1300)
commit3f4c326bf75e9152d3d8fb90a3649bb0a03ce132
treea7b74bd88d8581da57584a2845514c9436935bb9
parent70d1f0a1ba17a146f3774d82701b0957a5fea98e
Bug 14759: Replace Text::Unaccent with Unicode::Normalize

As shown in the comments on the bug, it appears that Unicode::Normalize
is the most reliable way to strip accents from strings for this use
case.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 27de0d61792d46e4fbf8bd8dba2d1d6f0a48c091)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 708fd8b4b12a954f80fc4630edef4d6fa1ef5c5e)

Signed-off-by: Hayley Mapley <hayleymapley@catalyst.net.nz>
C4/Installer/PerlDependencies.pm
Koha/Patron.pm