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 or view it on GitHub:
https://github.com/geany/geany/issues/2874

Reply via email to