Documentation
removeaccents
usage
string removeaccents ( string my_string )
parameters
my_string : the string from which you want to strip accented characters. These accented characters will be replaced by their lowercase canonical form.
returns
Returns a string without accented characters.