I am trying to convert characters like:
ë, ä, ï, ö, etc.
To normal characters like:
e, a, i, o, etc.
What
try this .. works for me.
iconv('utf-8', 'ascii//TRANSLIT', $text);