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

Sublime Text 2 - UTF-8 のエンコーディング

Advertisement

Sublime Text 2でファイルの文字コードを変更するには? [ OpenOffice.org writerでテキストファイルの文字コードを変更するには?(https://superuser.com/questions/193312/how-do-i-change-character-encoding-of-a-text-file-in-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
6
3
10
8
Advertisement
Advertisement