Mac os下解決Sublime Text2或3中文亂碼問題

來源:互聯網
上載者:User

標籤:max   sublime   中文   gbk   亂碼   

度娘了好久都沒有找到Mac os解決Sublime Text2的中文亂碼問題的教程,


於是自己琢磨了半天,研究了一下並成功在Mac os下直接用sublime Text2開含中文的檔案。


(再也不用每次開個dos平台下的東西還要去XCode轉個碼什麼的了。。。)


步驟如下:

0. 開啟Sublime text

1. Control+‘~’開啟控制台,

輸入命令按照Sublime package control,按照這個官網來(https://sublime.wbond.net/installation#st2)

如果是Sublime text3,則如下:

import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)


如果是Sublime text2,則如下:

import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)


2. 斷行符號安裝完成,重啟sublime text2 / 3

3. Command+shift+p,開啟剛才安裝的package control 命令列控制項

4. 輸入Install Package

5. 等它載入完包目錄後,輸入“ConvertToUTF8”或“GBK Encoding Support”,然後斷行符號安裝

6. 安裝完重啟Sublime text2,就可以看見美麗的漢字出現了!


Mac os下解決Sublime Text2或3中文亂碼問題

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.