Sublime Text: [Decode error - output not utf-8]
<?xml version="1.0" encoding="UTF-8"?>
今天編譯Python時, 輸出視窗資訊出現:
[Decode error - output not utf-8]
[Decode error - output not utf-8]
[Decode error - output not utf-8]
發現是print不支援中文字元的輸出, 需要修改python的build的setting, 開啟Python.sublime-build,
修改為:
{
"cmd": ["C:/Python33/python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
"encoding": "cp936"
}
"cmd": ["C:/Python33/python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
"encoding": "cp936"
}
修改後用REPL可以正常輸出, 但是Ctrl + B編譯有問題, 空白沒反映,可以按ctrl+‘來顯示錯誤。
後來只能通過另外一種方法解決Unicode問題,
在系統變數加入PYTHONIOENCODING,值填寫utf-8 win7在桌面,計算機右鍵選屬性,選高階系統設定,選高階標籤,選環境變數 重啟sublime text2. |
相關文章
- Sublime Text 2/3 [Decode error - output not utf-8]Error
- Sublime text 2/3 [Decode error - output not utf-8] 完美解決方法Error
- sublime 出現 [Decode error - output not utf-8]Error
- sublime Text3編譯java檔案提示Decode error - output not utf-8編譯JavaError
- Sublime Text 2報 Decode error - output not utf-8 錯誤的解決辦法Error
- 用sublime Text3編譯java檔案提示Decode error - output not utf-8編譯JavaError
- Sublime Text 2報“Decode error - output not utf-8”錯誤的解決辦法Error
- sublime text編譯時提示錯誤[Decode error - output not utf-8] compilation terminated編譯Error
- 使用 Sublime 工具時報Decode error - output not utf-8解決辦法Error
- sublime上配置java環境,解決Decode error - output not utf-8問題JavaError
- Sublime下python 報錯[Decode error - output not utf-8]解決辦法PythonError
- cx_Oracle.DatabaseError: [Decode error - output not utf-8]OracleDatabaseError
- Sublime報Decode error - output not utf-8 or cp936 錯誤的解決辦法Error
- [Decode error - output not utf-8] lua 使用string.subError
- python編碼問題之——Decode error - output not utf-8PythonError
- Could not decode a text frame as UTF-8 的解決
- Sublime Text全程指南
- mount error(5): Input/output errorError
- bash : input/output errorError
- sublime text for Mac註冊啟用 sublime text4註冊碼Mac
- sublime text 註冊碼漢化下載+sublime text 破解安裝教程
- Sublime Text 4.0 Mac版Mac
- Sublime Text 簡明教程
- Sublime Text 4 Dev中文破解版+Sublime Text 4 Dev啟用碼dev
- Input/output error [ linux ]ErrorLinux
- Sublime Text安裝步驟
- Sublime Text 學習資料
- sublime text破解漢化版+sublime text註冊碼金鑰「支援最新mac14」Mac
- [sublime系列文章] sublime text 3如何設定巨集
- mount.nfs: Input/output errorNFSError
- sublime text 註冊碼啟用資源+sublime text 破解安裝教程圖文版
- Sublime Text 支援 SCSS 語法高亮CSS
- Sublime text找不到.so檔案
- 我的 Sublime text 外掛配置
- 我使用的 Sublime Text 外掛
- Sublime Text 3 快捷鍵總結
- windows版 Sublime Text 2 快捷鍵Windows
- YUI Compressor for Sublime text2UI