We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0cd6d commit 9fe80d2Copy full SHA for 9fe80d2
1 file changed
sublime_lib/encodings.py
@@ -58,6 +58,7 @@ def to_sublime(name: str) -> str:
58
"Central European (ISO 8859-2)": "iso8859-2",
59
"Central European (Mac)": "mac-latin2",
60
"Central European (Windows 1250)": "cp1250",
61
+ "Chinese (GB18030)": "gb18030",
62
"Cyrillic (ISO 8859-5)": "iso8859-5",
63
"Cyrillic (KOI8-R)": "koi8-r",
64
"Cyrillic (KOI8-U)": "koi8-u",
@@ -69,7 +70,9 @@ def to_sublime(name: str) -> str:
69
70
"Greek (Windows 1253)": "cp1253",
71
"Hebrew (ISO 8859-8)": "iso8859-8",
72
"Hebrew (Windows 1255)": "cp1255",
73
+ "Hebrew (CP 862)": "cp862",
74
"Nordic (ISO 8859-10)": "iso8859-10",
75
+ "Nordic (Windows 865)": "cp865",
76
"Romanian (ISO 8859-16)": "iso8859-16",
77
"Turkish (ISO 8859-9)": "iso8859-9",
78
"Turkish (Windows 1254)": "cp1254",
0 commit comments