Skip to content

Commit 8b0cd6d

Browse files
committed
Sort encodings alphabetically
1 parent 13f7637 commit 8b0cd6d

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

sublime_lib/encodings.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,35 +50,35 @@ def to_sublime(name: str) -> str:
5050
"UTF-16 LE with BOM": "utf-16",
5151
"UTF-16 BE": "utf-16-be",
5252
"UTF-16 BE with BOM": "utf-16",
53-
"Western (Windows 1252)": "cp1252",
54-
"Western (ISO 8859-1)": "iso8859-1",
55-
"Western (ISO 8859-3)": "iso8859-3",
56-
"Western (ISO 8859-15)": "iso8859-15",
57-
"Western (Mac Roman)": "mac-roman",
58-
"DOS (CP 437)": "cp437",
59-
"Arabic (Windows 1256)": "cp1256",
6053
"Arabic (ISO 8859-6)": "iso8859-6",
61-
"Baltic (Windows 1257)": "cp1257",
54+
"Arabic (Windows 1256)": "cp1256",
6255
"Baltic (ISO 8859-4)": "iso8859-4",
56+
"Baltic (Windows 1257)": "cp1257",
6357
"Celtic (ISO 8859-14)": "iso8859-14",
64-
"Central European (Windows 1250)": "cp1250",
6558
"Central European (ISO 8859-2)": "iso8859-2",
6659
"Central European (Mac)": "mac-latin2",
67-
"Cyrillic (Windows 1251)": "cp1251",
68-
"Cyrillic (Windows 866)": "cp866",
60+
"Central European (Windows 1250)": "cp1250",
6961
"Cyrillic (ISO 8859-5)": "iso8859-5",
7062
"Cyrillic (KOI8-R)": "koi8-r",
7163
"Cyrillic (KOI8-U)": "koi8-u",
64+
"Cyrillic (Windows 1251)": "cp1251",
65+
"Cyrillic (Windows 866)": "cp866",
66+
"DOS (CP 437)": "cp437",
7267
"Estonian (ISO 8859-13)": "iso8859-13",
73-
"Greek (Windows 1253)": "cp1253",
7468
"Greek (ISO 8859-7)": "iso8859-7",
75-
"Hebrew (Windows 1255)": "cp1255",
69+
"Greek (Windows 1253)": "cp1253",
7670
"Hebrew (ISO 8859-8)": "iso8859-8",
71+
"Hebrew (Windows 1255)": "cp1255",
7772
"Nordic (ISO 8859-10)": "iso8859-10",
7873
"Romanian (ISO 8859-16)": "iso8859-16",
79-
"Turkish (Windows 1254)": "cp1254",
8074
"Turkish (ISO 8859-9)": "iso8859-9",
75+
"Turkish (Windows 1254)": "cp1254",
8176
"Vietnamese (Windows 1258)": "cp1258",
77+
"Western (ISO 8859-1)": "iso8859-1",
78+
"Western (ISO 8859-15)": "iso8859-15",
79+
"Western (ISO 8859-3)": "iso8859-3",
80+
"Western (Mac Roman)": "mac-roman",
81+
"Western (Windows 1252)": "cp1252",
8282
}
8383

8484

0 commit comments

Comments
 (0)