mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
94fc0ca4d6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
324 B
Text
6 lines
324 B
Text
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).
|