slackbuilds/perl/perl-text-unaccent
B. Watson f51dbcd5c1
perl/perl-text-unaccent: Fix build on -current.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-10-13 00:51:34 +07:00
..
README perl/perl-text-unaccent: Fix build on -current. 2021-10-13 00:51:34 +07:00
ligatures.diff perl/perl-text-unaccent: Fix build on -current. 2021-10-13 00:51:34 +07:00
perl-text-unaccent.SlackBuild perl/perl-text-unaccent: Fix build on -current. 2021-10-13 00:51:34 +07:00
perl-text-unaccent.info
podfix.diff perl/perl-text-unaccent: Fix build on -current. 2021-10-13 00:51:34 +07:00
slack-desc perl/perl-text-unaccent: Fix build on -current. 2021-10-13 00:51:34 +07:00

README

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.