slackbuilds/perl/perl-text-unaccent
B. Watson 94fc0ca4d6 perl/perl-text-unaccent: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-10-28 23:50:42 +07:00
..
README perl/perl-text-unaccent: Added (perl module). 2015-10-28 23:50:42 +07:00
oe_lig_and_size_t.diff perl/perl-text-unaccent: Added (perl module). 2015-10-28 23:50:42 +07:00
perl-text-unaccent.SlackBuild perl/perl-text-unaccent: Added (perl module). 2015-10-28 23:50:42 +07:00
perl-text-unaccent.info perl/perl-text-unaccent: Added (perl module). 2015-10-28 23:50:42 +07:00
slack-desc perl/perl-text-unaccent: Added (perl module). 2015-10-28 23:50:42 +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 call
unac_string_utf16 to return the unaccented equivalent. The conversion
from and to UTF-16 is done with iconv(1).