[vlc-commits] subsdec: add CP850 as a character encoding (fix #6732)
Rémi Denis-Courmont
git at videolan.org
Thu May 10 22:34:38 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu May 10 23:34:14 2012 +0300| [77a137de94267e120320dd1d2981e01d092e3225] | committer: Rémi Denis-Courmont
subsdec: add CP850 as a character encoding (fix #6732)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=77a137de94267e120320dd1d2981e01d092e3225
---
modules/codec/subsdec.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/codec/subsdec.c b/modules/codec/subsdec.c
index 1a6d74d..4779ada 100644
--- a/modules/codec/subsdec.c
+++ b/modules/codec/subsdec.c
@@ -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)"),
More information about the vlc-commits
mailing list