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)
committerJoy Nelson <joy@bywatersolutions.com>
Thu, 30 Jan 2020 23:38:24 +0000 (23:38 +0000)
commit27de0d61792d46e4fbf8bd8dba2d1d6f0a48c091
tree679c5a5f1790e7d1149747751cbb745770705415
parent428fc6fcc1dc029bed3d85acac1570e964c66c9a
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>
C4/Installer/PerlDependencies.pm
Koha/Patron.pm