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

今天編譯Python時, 輸出窗口信息出現: Decode error output not utf Decode error output not utf 發現是print不支持中文字符的輸出, 需要修改python的build的setting, 打開Python.sublime build, 修改為: cmd : C: Python python.exe , u , file , file ...

2013-07-05 09:02 1 10510 推薦指數:

查看詳情

Sublime python Decode error - output not utf-8

打開安裝目錄D:\developTool\Sublime Text 3\Packages 找到Python.sublime-package,用壓縮工具打開 找到Python.sublime-build,並打開 並添加"encoding":"cp936"這一行,保存即可 ...

Thu Mar 30 17:14:00 CST 2017 0 2483
sublime ruby [Decode error - output not utf-8] 錯誤

今天用sublime3 寫ruby,然后最簡單的 pust "hello" 都出不來, ctrl + b的時候報錯。注:win7下 [Decode error - output not utf-8][Finished in 0.2s with exit code 1][shell_cmd ...

Tue Jul 30 02:42:00 CST 2013 0 7808
Sublime text 3支持utf-8

首先安裝插件ConvertToUTF8和Codecs33 Sublime Text 3中文亂碼問題解決(最新) 然后配置一些有用的用戶設置 2. 使文檔保存時自動存為 UTF-8 編碼格式 默認情況下,使用 ConvertToUTF8 打開並保存的文件會保留原來的編碼格式,但我的需求 ...

Mon Oct 01 18:06:00 CST 2018 0 743
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM