Filtering invalid UTF-8 characters Files that, in addition to ordinary characters, contain characters that are invalid from the UTF-8 point of view, cause a problem both when they are processed by utilities and when opened in text editors. An example of an error in Python 3 when trying to process a file with non-UTF-8 characters: [-] Exception as following: Traceback...