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.