You decode the lines to unicode with unicode(daten[i][j]) . When you give no encoding then Python uses the system default, which is probably ...
確定! 回上一頁