This function takes a string and converts all characters with accents to the corresponding character without accent (i.e. 'é' will be converted to 'e', 'ö' will be converted to 'o' etc.).
It is also possible to supply a string of characters that should be excluded from being stripped of their accents.
The original string stipped of accents.