Home>Article>Development Tools> How to display Chinese in sublime

How to display Chinese in sublime

下次还敢
下次还敢 Original
2024-04-03 14:12:14 735browse

Install Chinese fonts and modify the configuration file to allow Sublime Text to display Chinese: Install Chinese fonts and copy them to the "User" folder, modify the "Default.sublime-text" file, and replace "font_face" with the installed font Restart Sublime Text and verify whether the Chinese display is correct

How to display Chinese in sublime

How to make Sublime Text display Chinese

Method:

1. Install Chinese fonts

  • Open Sublime Text and go to "Preferences">"Browse Packages"
  • In the opened folder, create a folder named "User"
  • Download the Chinese font file (for example: KaiTi.ttf) and copy it to the "User" folder

2. Modify the configuration file

  • In the "User" folder, open the "Default.sublime-text" file
  • In Find the following content in the file:
"font_face": ""
  • Replace it with:
"font_face": "KaiTi"

where "KaiTi" is the name of the Chinese font you installed.

3. Restart Sublime Text

Restart Sublime Text for the changes to take effect. You should now be able to display Chinese correctly in the editor.

Additional Tips:

  • If you encounter any problems, try setting font_encoding to "utf-8".
  • You can view the current encoding by going to "View" > "Encoding".
  • Make sure your operating system has Chinese font support installed.

The above is the detailed content of How to display Chinese in sublime. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn