Bug 14759: Replace Text::Unaccent with Unicode::Normalize
commitc7ea3cb0c9c7ef1bd198ab914451ac46e13301a8
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 8 Jan 2020 09:13:18 +0000 (8 09:13 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 10 Jan 2020 10:44:35 +0000 (10 10:44 +0000)
tree1ecfe2bda0920b2e3b6d68a8072f0eb719d3f9fe
parent4fcf7af117153690cc4aca55eb47290dfc5814f6
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>
C4/Installer/PerlDependencies.pm
Koha/Patron.pm