Sublime Text 中文文件名及路径显示异常解决方案
最近使用SublimeText 3的时候,发现一个问题:就是打开一个文件名含有中文字符的文件的时候,中文文件名和路径变成了一些框,但是文件内容里面的中文汉字却能够正常显示
1、Preferences - Settings
2、Code
{
"dpi_scale": 1.0,
"font_face": "Consolas",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": "true",
"update_check": false
}