We often encounter this problem: when we use the Mac, the documents received from Windows after the Sublime3 Open is garbled, this time need to install the corresponding encoding plug-in to normal viewing.
1. Open Sublime, in a casual interface to intervene in shortcut keys: Command + SHIFT + P, will appear as shown:
2. then enter: Install package
3. Click Install installation package. Once the installation is complete, use the shortcut key again: Command + SHIFT + P, enter:ConvertToUTF8
4. After you click Enter, you can see the installation prompt in the lower left corner of the sublime. After the installation is complete, a ConvertToUTF8 documentation is automatically opened.
5. You can close the sublime, re-open the ANSI-encoded file, you will find no garbled.
add: After the installation is complete, re-open some of the computer prompts need to install a CODECS33 plugin, we still access shortcut keys: Command + SHIFT + P, enter: CODECS33, click Enter to install, restart after installation is complete sublime Everything is back to normal.
Sublime3 Install the encoding plugin on Mac