1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/textproc/p5-Text-Unaccent/pkg-descr

8 lines
348 B
Plaintext
Raw Normal View History

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
Author: Loic Dachary <loic@senga.org>