본문 바로가기
Front-end/IDE (편집기)

서브라임 텍스트 'gbk' 문제

by mooyou 2019. 3. 31.
728x90
300x250
SMALL

또 이렇게 gbk가 저번에도 이런문제가 있어서 패키지를 설치 했는데도 또 이런다 ;;

https://xuri.me/2013/04/28/sublime-text-gbk-support-and-input-chinese-with-ibus-on-ubuntu.html

 

Sublime Text 2/3 GBK Encoding Support and Input Chinese with ibus on Ubuntu

Sublime Text 3 GBK Encoding Support Press Ctrl ~ to open the command line, and then enter the following line of code import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublim

xuri.me

위에 링크타고 가면 해결방법이 나와있다.

 

컨트롤 +~ 눌러서 커맨드 창을 오픈 하고 

 

import urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; 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)

위에 코드를 복사 붙여넣기 하고 서브라임 텍스트를 껐다가 다시 켜니까 된다

 

 

728x90
반응형
LIST

댓글