Commit 77a137de authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

parent b8bca1e9
......@@ -51,6 +51,7 @@ static const char *const ppsz_encodings[] = {
"GB18030",
"ISO-8859-15",
"Windows-1252",
"IBM850",
"ISO-8859-2",
"Windows-1250",
"ISO-8859-3",
......@@ -103,6 +104,7 @@ static const char *const ppsz_encoding_names[] = {
/* 1 */
N_("Western European (Latin-9)"), /* mostly superset of Latin-1 */
N_("Western European (Windows-1252)"),
N_("Western European (IBM 00850)"),
/* 2 */
N_("Eastern European (Latin-2)"),
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