summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Unaccent
AgeCommit message (Collapse)AuthorFilesLines
2005-10-04Initial import of p5-Text-Unaccent-1.08:wiz4-0/+28
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).