UnicodeDecodeError: utf8 codec cannot decode byte 0xc5 in position 8032: invalid continuation byte

ISO-8859-1
with open(os.path.join(path_home, f), 'r', encoding='ISO-8859-1') as f1:

原文地址:https://www.cnblogs.com/otfsenter/p/8716561.html