Why don't you read the file and write it as UTF-8? You can do that in Python. #to support encodings import codecs #read input file with codecs.
確定! 回上一頁