Your text encoding is bad. Not utf-8. The error message says you have an invisible character that has a byte value of 12 (an illegal DC2 - Device Control 2 control character) at character 6 on that line. It looks like it is repeated later on and shows up as an empty square based on your font.
This looks like the text came from a bad terminal capture program that added its own control codes.
Delete them by hand. Or use copy to capture one, and use Find and Replace to remove them all.
Last edited by KevinH; 07-23-2022 at 10:03 AM.
|