Return to Snippet

Revision: 1803
at November 10, 2006 00:01 by whitetiger


Updated Code
import codecs

fp = codecs.open('E:\\demo.txt', 'w', 'utf_8')
fp.write('cioè')
fp.close()

Revision: 1802
at November 9, 2006 23:55 by whitetiger


Initial Code
import codecs

fp = codecs.open('E:\\demo.txt', 'w', 'utf_8')
fp.write('cioè')
fp.close() 

Initial URL


Initial Description


Initial Title
Python - scrittura in unicode

Initial Tags
resize, image, python, download

Initial Language
Python