Installing sublime Package control is very simple, open the console with ctrl+~ on sublime Text 2 and enter the following code in it, or the code provided by the official. Sublime Text 2 automatically installs package control.
Import Urllib2,os; pf= ' Package control.sublime-package ';
Ipp=sublime.installed_packages_path ();
Os.makedirs (IPP) if not os.path.exists (IPP) else None;
Urllib2.install_opener (Urllib2.build_opener) (urllib2. Proxyhandler ()));
Open (Os.path.join (IPP,PF), ' WB '). Write (Urllib2.urlopen (' http://sublime.wbond.net/' +pf.replace ('), '%20 '). Read () );
print ' Please restart Sublime Text to finish installation '
Then use Ctrl+shift+p to open the command line mode, in which you can enter install package to search for the package. Generally use "ConvertToUTF8" and "GBK Encoding Support" to read and write the files in CJK format normally.