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

崇高的文本2 - 编码UTF-8

Advertisement

如何改变Sublime Text 2中的文件编码? 如何在OpenOffice.org writer中改变文本文件的字符编码? http://www.sublimetext.com/forum/viewtopic.php?f=4&t=3541

Advertisement
Advertisement

答案 (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
Advertisement
3
3
2014-04-16 18:16:33 +0000
Advertisement

这是正确的配置。

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

相关问题

17
4
6
3
10
Advertisement
Advertisement