最佳答案
我需要在 Python 中将大量文件转换为 utf-8,而且在“转换文件”部分遇到了麻烦。
我想做的相当于:
iconv -t utf-8 $file > converted/$file # this is shell code
谢谢!