4
You’re probably using the Character encoding wrong.
Your question is likely to be duplicate But I will answer you as best I can. To understand well what comes of a look at the post What are the main differences between Unicode, UTF, ASCII, ANSI? , and to close the matter, it is worth also reading that article.
But to quickly solve your problem I will quote one last article from Soen demonstrating a simple guide to changing the encoding in your Visual Studio:
- open the problematic file in Visual Studio.
- on the File menu click "Advanced Save Options"
- from "Encoding" combo select "Unicode (UTF-8 ... "
- click OK.
Select the type of encoding that suits you, ie UTF-8.
Which version of python is using?...
– Tuxpilgrim
@Tuxpilgrim Is version 3.7.0
– Marcio