Revision: 1803
Updated Code
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
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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