解决python3在sublim Text3中中文乱码的问题

在Tool >> BulidingSystem 中  新建 python3 写入如下代码

 

{
"cmd": ["C:/python3/python.exe","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"encoding": "cp936"
}

posted @ 2018-11-20 18:09  龙卷风之殇  阅读(259)  评论(0)    收藏  举报