Skip to content

Instantly share code, notes, and snippets.

View hashy's full-sized avatar

Yasuyuki Hashimoto hashy

View GitHub Profile
@hashy
hashy / ConvertToUTF8.sublime-settings
Created November 24, 2012 06:15
ConvertToUTF8のメニューにCP932を追加する(自動認識しないけどとりあえずCP932のファイルは読み書き可能)
{
// supported encoding list, name & code in pair
"encoding_list" : [
["Chinese Simplified (GBK)", "GBK"],
["Chinese Traditional (BIG5)", "BIG5-HKSCS"],
["Korean (EUC-KR)", "EUC-KR"],
["Japanese (CP932)", "CP932"],
["Japanese (Shift_JIS)", "Shift_JIS"],
["Japanese (EUC-JP)", "EUC-JP"],
["UTF-8", "UTF-8"]