Convert from windows-1252 to utf-8 in python

后端 未结 0 1255
攒了一身酷
攒了一身酷 2021-01-04 01:18

I want to convert from windows-1252 to utf-8 in python, I wrote this code:

def encode(input_file, output_file):
        f = open(input_file, "r")
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题