CodyKochmann
10/19/2017 - 6:34 PM

From https://stackoverflow.com/questions/30922721/remove-all-characters-which-cannot-be-decoded-in-python read a file in python and skip dea

with open('filename', 'r', encoding='utf8', errors='ignore') as f:
    ...