update Wed Jun 16 12:37:00 PDT 2010
[pkgsrc.git] / textproc / p5-Text-Unaccent / DESCR
1 Text::Unaccent is a module that remove accents from a string.
2 unac_string converts the input string from the specified charset
3 to UTF-16 and call unac_string_utf16 to return the unaccented
4 equivalent. The conversion from and to UTF-16 is done with iconv(1).