sublime text 3 (ubuntu) 에서 convertToUTF8 의 Codecs33 에러
sublime text 3 환경에서는 그냥 UTF-8 을 기본으로 사용하는 것이 편하다.
간혹 euc-kr 파일을 편집할 필요가 있는 경우 convertToUTF8 패키지를 설치해 해결한다.
혹시 설치 후 다음과 같은 에러를 만나면(우분투/맥OS 에만 해당하는 듯 하다)
Oops! The file {열려고하는 파일} is detected as EUC-KR which is not supported by your Sublime Text.
Please
check whether it is in the list of Python's Standard Encodings
(http://docs.python.org/library/codecs.html#standard-encodings) or not.
If
yes, please install Codecs33
(https://github.com/seanliang/Codecs33/tree/linux-x64) and restart
Sublime Text to make ConvertToUTF8 work properly. If it is still not
working, please kindly send the following information to
sunlxy#yahoo.com:
====== Debug Information ======
Version: 3059-x64
Platform: Linux-3.13.0-27-generic-x86_64-with-debian-jessie-sid
.........
Encoding: EUC-KR
관련이슈 : https://github.com/seanliang/ConvertToUTF8/issues/36
그냥 package control 에서 Codecs33 패키지를 설치해주면 끝.