![]() |
![]()
| ![]() |
![]()
NAMEText::Unaccent - Remove accents from a string SYNOPSISuse Text::Unaccent; $unaccented = unac_string($charset, $string); $unaccented = unac_string_utf16($string); $version = unac_version(); unac_debug($level); DESCRIPTIONText::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). METHODS
AUTHORLoic Dachary (loic@senga.org) http://www.senga.org/unac/ SEE ALSOiconv(1), unac(3). POD ERRORSHey! The above document had some coding errors, which are explained below:
|