When I create a new main.py with Geany and save it, it is always saved in ANSI format instead of UTF-8 format.

It always causes an error when I try to test my program if I add any character which isn't an English character to it:
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0x** in position 0: invalid start byte.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.