【flag】总结文件格式编码转换的方法

文章目录 查看文件编码 文件编码转换工具 python脚本 iconv notepad++ 查看文件编码 file filename 文件编码转换工具 python脚本 !!!TODOpython iconv # 查看iconv支持的编码格式 iconv -l # 格式转换命令 iconv -f GBK -t UTF-8 input_file -o output_file notepad++ 很是
相关文章
相关标签/搜索