Sublime Text 2 is a very good source code and text editor, but not supporting GB2312 and GBK encoding can be very cumbersome in many cases. The sublime package control, however, allows the plugin to allow sublime text 2 to support CJK encoded texts almost perfectly.
First, install the sublime package Control
Installing the sublime package control is straightforward.
1. Open the Preferences menu and choose Browse Packages ...
2, the system will open sublime Text 2 packages folder, go back to the previous menu, and then open the installed Packages folder
3. Download and copy the downloaded package control.sublime-package to the installed Packages folder (Note that this is installed Packages, not the Packages folder)
4. Restart Sublime Text 2
Second, install the support Chinese plug-in
Use Ctrl+shift+p to open the command-line mode and enter the install package inside to search for the package you need. It is common to use "ConvertToUTF8" and "GBK Encoding support" to read and write files in CJK format normally.
(EXT) Sublime text Chinese garbled problem