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 make Sublime Text display Chinese
Method:
1. Install Chinese fonts
2. Modify the configuration file
"font_face": ""
"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:
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!
Sublime input Chinese method
How to turn off sublime auto-completion
How to install third-party libraries in sublime
sublime runs js code
The difference between gateway and router
Representation method of string constant
How to use python for loop
What is the main difference between c language and python?