20fe3ee6a3
- Pass maintainership to submitter - While I'm here, remove Author line PR: ports/189114 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
6 lines
310 B
Text
6 lines
310 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: http://search.cpan.org/dist/Text-Unaccent/
|