When i run unidecode.unidecode("32 rue d'Athènes Paris France") in the python idle shell it works, but when i run a script using exec(open(scriptnam).read()) in the idle shell with the following code it doesn't?
import unidecode
print(unidecode.unidecode("32 rue d'Athènes Paris France"))
i get:
32 rue d'AthA"nes Paris France