Sublime text3 Chinese garbled

1. Simple installation method:
use the Ctrl+` shortcut key or open the command line through the View->Show Console menu, and paste the following code:

 

  1. import urllib.request,os; pf = '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())
  2. If it goes well, you can now see the Package Settings and Package Control menus under the Preferences menu.
  3. After installing Package Control above, we can use the shortcut Ctrl+Shift+P to open Package Control to install the plugin. Enter install in the input box that opens, and it will automatically prompt you to select Install Package based on your input.
  4. Wait, and then an input box will pop up for you to enter the plugin you want to install.
  5. To install a plugin that supports UTF8 encoding, we only need to enter convert in the input box. After automatic matching, select the ConvertToUTF8 plugin, press Enter, wait, and the installation is complete. In this way, ST supports UTF-8 encoding.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327051650&siteId=291194637