ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
307 B
Text
6 lines
307 B
Text
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).
|
|
|
|
WWW: https://metacpan.org/release/Text-Unaccent
|