I get the error
print("blablablablabla ", str(mode), " am string ende in blablabla für das symbol ", str(sym)," existiert nicht.")
^
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xfc in position 38: invalid start byte
But at nearly every string. Suddenly, out of nowhere. This code lines existed since days and didnt throw an error, till yesterday. What todo?
EDIT: (might be useful) I noticed that it also comes up when using strings like "ü ö ä".