Ascii codec can't encode

luca72 lucaberto at libero.it
Thu Oct 30 04:52:29 EDT 2008


hello i have this problem:
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in
position 8: ordinal not in range(128)
Generally i solve the problem inserting :
# -*- coding: ISO-8859-1 -*-
at the top of the file but now he don't work can you help me

thanks

Luca



More information about the Python-list mailing list