First, install the package Control
Follow the prompts to copy a Python command to install the package control, or you can copy this section directly to the console (ctrl+~)
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 ' Restart Sublime Text to finish installation '
TwoInstalling ConvertToUTF8
1, through the Ctrl+shift+p shortcut key combination Open the command panel enter "install package" after the return (before this step, please confirm that you have installed the packages control)
2. Enter "ConvertToUTF8" on the installation panel.
3, quiet waiting for installation, the introduction page will appear, while you can view the status bar information in real-time to understand the installation situation, after installation restart sublime Text
Mac Sublime2 Support Chinese