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"
}
相關文章
相關標籤/搜索