Prøv http://pypi.python.org/pypi/Unidecode/0.04.1
For eksempel:
from unidecode import unidecode
your_string = 'Lala*=#&%@<>_?!:;-\'"/()¥¡¿'
unidecode(your_string)
Bemærk venligst, at jeg har undslippet tegnet ' fra din streng for at undgå SyntaxError