0
Good afternoon to all I am beginner to Python programming, I am creating a program that reads the information of a text and transcribes elsewhere.
Apparently the text was working normally on the computer, I uploaded all this information on github
, when I generated this file on a new computer the following error occurred:
'utf-8' codec can’t Decode byte 0xea in position 1: invalid continuation byte.
I tried to add the some new parameters:
file = open(r'Query.txt','r',encoding='utf-8')
Yet without success.
Can someone help me?
Thank you very much, it worked.
– ssGabriel