Skip to content

Commit 9fe80d2

Browse files
committed
Add missing encodings
Fixes #174
1 parent 8b0cd6d commit 9fe80d2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sublime_lib/encodings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def to_sublime(name: str) -> str:
5858
"Central European (ISO 8859-2)": "iso8859-2",
5959
"Central European (Mac)": "mac-latin2",
6060
"Central European (Windows 1250)": "cp1250",
61+
"Chinese (GB18030)": "gb18030",
6162
"Cyrillic (ISO 8859-5)": "iso8859-5",
6263
"Cyrillic (KOI8-R)": "koi8-r",
6364
"Cyrillic (KOI8-U)": "koi8-u",
@@ -69,7 +70,9 @@ def to_sublime(name: str) -> str:
6970
"Greek (Windows 1253)": "cp1253",
7071
"Hebrew (ISO 8859-8)": "iso8859-8",
7172
"Hebrew (Windows 1255)": "cp1255",
73+
"Hebrew (CP 862)": "cp862",
7274
"Nordic (ISO 8859-10)": "iso8859-10",
75+
"Nordic (Windows 865)": "cp865",
7376
"Romanian (ISO 8859-16)": "iso8859-16",
7477
"Turkish (ISO 8859-9)": "iso8859-9",
7578
"Turkish (Windows 1254)": "cp1254",

0 commit comments

Comments
 (0)