There is garbled code in sublime build python file, how to solve it?

as shown in the figure, there is garbled code in the, build python file, and of course, in the same way, garbled code also occurs in run-current file. How to break it?

ST:



my system is win10, and ST is 3170. It can be inferred that it is not the problem of Python, but the problem of ST coding.


when opening and writing a file, you can write down the encoding format
encoding='utf8'

.

data=open ("cardno.txt", encoding= 'utf8')
result=open ("result.txt", "w", encoding=' utf8')-sharp specifies the encoding format of the file

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b311f2-2bd76.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b311f2-2bd76.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?