I have run some scritp in Python 2.7 which generated a file, and when I tried to open it I found the following error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 2623: ordinal not in range(128)
Any clue on how to open it in Python 3.5?