Unaccent(3pm) | User Contributed Perl Documentation | Unaccent(3pm) |
Text::Unaccent - Remove accents from a string
use Text::Unaccent; $unaccented = unac_string($charset, $string); $unaccented = unac_string_utf16($string); $version = unac_version(); unac_debug($level);
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).
Loic Dachary (loic@senga.org) http://www.senga.org/unac/
iconv(1), unac(3).
Hey! The above document had some coding errors, which are explained below:
2024-03-31 | perl v5.38.2 |