Steps:
In sublime text, press CTRL + ', open the console and enter the following code at once:
‘Package Control.sublime-package‘; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), ‘wb‘).write(urllib.request.urlopen( ‘http://sublime.wbond.net/‘ + pf.replace(‘ ‘,‘%20‘)).read())
This sublime text will install the package Control we need. Otherwise, the package will not be found later.
Restart Sublime Text.
In sublime text, press ctrl+shift+p to open command-line mode, enter the Install package keyword, and then click the first item in the Auto-drop-down menu: Package Control:install.
At this point you will see a = sign in the lower left corner to move around, wait a moment, will again in the command line to pop up a drop-down menu. Enter "ConvertToUTF8" or "GBK Encoding support" to select a match. Chinese characters are displayed as normal.
Sublime Text 3 Garbled solution