Replacing accented/umlauted characters with their unadorned counterparts in C# [closed]
- by Andrew Rollings
Duplicate of 249087
I have a bunch of user generated addresses that may contain characters with diacritic marks.
What is the most effective (i.e. generic) way (apart from a straightforward replace) to automatically convert any such characters to their closest English equivalent?
E.g.
any of àâãäå would become a
æ would become the two separate…