文字コードを指定してファイルを読み込む。


import codecs

datafile = codecs.open("data.txt", "r", "shift-jis")