B. Watson f51dbcd5c1 perl/perl-text-unaccent: Fix build on -current. преди 3 години
..
README f51dbcd5c1 perl/perl-text-unaccent: Fix build on -current. преди 3 години
ligatures.diff f51dbcd5c1 perl/perl-text-unaccent: Fix build on -current. преди 3 години
perl-text-unaccent.SlackBuild f51dbcd5c1 perl/perl-text-unaccent: Fix build on -current. преди 3 години
perl-text-unaccent.info 94fc0ca4d6 perl/perl-text-unaccent: Added (perl module). преди 9 години
podfix.diff f51dbcd5c1 perl/perl-text-unaccent: Fix build on -current. преди 3 години
slack-desc f51dbcd5c1 perl/perl-text-unaccent: Fix build on -current. преди 3 години

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.