sublime text3中文乱码问题解决方案

1. 首先需要安装包convertToUTF8,安装完重启后如果仍然不能正常显示中文,则需要进行用户配置。

2.用户配置:preferences>settings 在用户设置加入一个属性:"dpi_scale":1.0  ,代码如下:

{
    "color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
    "font_size": 15,
    "ignored_packages":
    [
        "Vintage"
    ],
    "dpi_scale":1.0
}

 

posted @ 2017-05-01 10:58  TateWang  阅读(182)  评论(0编辑  收藏  举报
Top