Jun-11-2019, 06:17 PM
You could try opening the files in utf-8.
Honestly, I hope that works, because python3 handles this automatically, and I've forgotten how to do it :/
Honestly, I hope that works, because python3 handles this automatically, and I've forgotten how to do it :/
open(filename, "r", encoding="utf8")