>
> Tutto funziona finchè non incontra lettere con accenti, apostrofi o cose
> strane.


Ciao Vittorio,

devi specificare l'encoding altrimenti ASCII è usato di default e unicode()
restituisce un errore se incontra un carattere il cui codice è maggiore di
127.

Puoi usare unicode(row[i], "utf_8") ad esempio.

Ciao,
Antonio
-- 
Homepage: http://antoniocangiano.com
High-Quality Programming Screencasts: http://thinkcode.tv
Receive weekly updates about new books covering the subjects you love:
http://anynewbooks.com
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a