2013-04-11 18:00:32 +0000 2013-04-11 18:00:32 +0000
43
43

答案 (3)

44
44
44
2013-04-11 18:03:25 +0000

只需进入 “文件"→"用编码保存",选择你喜欢的编码。

24
24
24
2013-04-11 19:58:28 +0000

如果你想将UTF-8设置为默认编码,你也可以这样做。

Preferences -> Settings - User -> Add this line of code

"default_encoding": "UTF-8",

Save.

3
3
3
2014-04-16 18:16:33 +0000

这是正确的配置。

{
    "Default_encoding": "UTF-8",
    "font_size": 9,
    "ignored_packages":
    [
        "Vintage"
    ]
}