3 Sep
2003
3 Sep
'03
12:16 p.m.
Gilles Lenfant wrote:
import sys sys.getdefaultencoding()
iso-8859-1
Shouldn't that be ASCII?
No, I changed it cause there are lots of "UnicodeError: char not in range(128)" if I stay ASCII with some products. That's OK now. But this has - apparently - no connection with the problem I stated.
Hmmm, I have a gut feeling that this isn't the corerct solution to the problem you're experiencing. See if you can consult some python unicode gurus on #python or comp.lang.python... cheers, Chris