用程式化思考讓你變超人。
>>>import codecs >>>f = codecs.open("test", "r", "utf-8") Then after calling f's read() function, an encoded unicode object is returned. >>>f.read() u'Capit\xe1l\n\n'
張貼留言
沒有留言:
張貼留言