You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 124019ada1
perl/perl-text-unaccent: i486 => i586.
9 years ago
..
README perl/perl-text-unaccent: Added (perl module). 10 years ago
oe_lig_and_size_t.diff perl/perl-text-unaccent: Added (perl module). 10 years ago
perl-text-unaccent.SlackBuild perl/perl-text-unaccent: i486 => i586. 9 years ago
perl-text-unaccent.info perl/perl-text-unaccent: Added (perl module). 10 years ago
slack-desc perl/perl-text-unaccent: Added (perl module). 10 years ago

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).