slackbuilds_ponce/perl/perl-text-unaccent
B. Watson f54f2e6e3d perl/perl-text-unaccent: Update email address.
Signed-off-by: B. Watson <urchlay@slackware.uk>
2022-06-09 13:19:27 -04:00
..
ligatures.diff
perl-text-unaccent.info
perl-text-unaccent.SlackBuild
podfix.diff
README
slack-desc

perl-text-unaccent (perl module to remove accents from a string)

Text::Unaccent is a module that remove accents from a string.

unac_string converts the input string from the specified charset
to UTF-16 and calls unac_string_utf16 to return the unaccented
equivalent. The conversion from and to UTF-16 is done with iconv(1).

See also: system/unac, for a library and command-line tool that does
the same thing.