How to remove accents and turn letters into "plain" ASCII characters?

Viewed 65163

What is the most efficient way to remove accents from a string e.g. ÈâuÑ becomes Eaun?

Is there a simple, built in way that I'm missing or a regular expression?

5 Answers
Related