Bug 14759: Replace Text::Unaccent with Unicode::Normalize
commit708fd8b4b12a954f80fc4630edef4d6fa1ef5c5e
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 8 Jan 2020 09:13:18 +0000 (8 09:13 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 5 Feb 2020 21:57:17 +0000 (5 21:57 +0000)
treea693162b213559fe6a7b3c8346547149624b678b
parented9f1fcfad127df6816394e24361030a3a7325c6
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>
C4/Installer/PerlDependencies.pm
Koha/Patron.pm