Sublime Text 2: [Decode error - output not utf-8]

打开C:\Program Files (x86)\Sublime Text 2\Data\Packages\Python的Python.sublime-build,增长"encoding": "cp936"便可python

即:ui

{
	"cmd": ["python", "-u", "$file"],
	"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
	"selector": "source.python",
	"encoding": "cp936"
}
相关文章
相关标签/搜索