I am trying to figure out a way to convert all letters with accents, or umlauts, or whatever it may be, to plain text:
ä, ö, ü, é, etc. to go to a, o, u, e, etc.
How would I do this in Swift 2.0?
The other question that answers this is in Perl, but I need it for Swift and I am stumped on how to do so.