Commit 4a4dc98d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

subsdec: add CP850 as a character encoding (fix #6732)

(cherry picked from commit 77a137de94267e120320dd1d2981e01d092e3225)
parent c4d228d6
...@@ -51,6 +51,7 @@ static const char *const ppsz_encodings[] = { ...@@ -51,6 +51,7 @@ static const char *const ppsz_encodings[] = {
"GB18030", "GB18030",
"ISO-8859-15", "ISO-8859-15",
"Windows-1252", "Windows-1252",
"IBM850",
"ISO-8859-2", "ISO-8859-2",
"Windows-1250", "Windows-1250",
"ISO-8859-3", "ISO-8859-3",
...@@ -103,6 +104,7 @@ static const char *const ppsz_encoding_names[] = { ...@@ -103,6 +104,7 @@ static const char *const ppsz_encoding_names[] = {
/* 1 */ /* 1 */
N_("Western European (Latin-9)"), /* mostly superset of Latin-1 */ N_("Western European (Latin-9)"), /* mostly superset of Latin-1 */
N_("Western European (Windows-1252)"), N_("Western European (Windows-1252)"),
N_("Western European (IBM 00850)"),
/* 2 */ /* 2 */
N_("Eastern European (Latin-2)"), N_("Eastern European (Latin-2)"),
N_("Eastern European (Windows-1250)"), N_("Eastern European (Windows-1250)"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment