Removing diacritical marks using Python
I have text files with characters which has diacritical marks, for example è, á, ô. I'd like to replace these characters with e, a, o, etc
How can I achieve this in Python?