989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
7 lines
347 B
Text
7 lines
347 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).
|
|
|
|
Author: Loic Dachary <loic@senga.org>
|
|
WWW: http://search.cpan.org/dist/Text-Unaccent
|