http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14759

--- Comment #3 from Galen Charlton <[email protected]> ---
I've also had issues getting Text::Unaccent to install on RedHat-like distros. 
That said, at the moment Text::Unaccent::PurePerl is not packaged for Debian or
Ubuntu.

It is also (presumably) slower than Text::Unaccent, although given that
unac_string() is used only when registering a new patron, I don't speed matters
much here.

I'd like to suggest an alternative way to get the job done - use
Unicode::Normalize, which is already a Koha dependency:

http://stackoverflow.com/a/17561928/880696

If we do that, we can drop the dependency on Text::Unaccent entirely.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to