From: RĂ©mi Denis-Courmont Date: Mon, 31 Aug 2009 15:05:07 +0000 (+0300) Subject: Fix typo in greek ANSI code page X-Git-Tag: 1.1.0-ff~3671 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=38a83c011dd306f42dd679cc1309e0b756dc82a3;p=vlc Fix typo in greek ANSI code page --- diff --git a/modules/codec/subtitles/subsdec.c b/modules/codec/subtitles/subsdec.c index 4b2a4e2b1e..6ac380b527 100644 --- a/modules/codec/subtitles/subsdec.c +++ b/modules/codec/subtitles/subsdec.c @@ -68,7 +68,7 @@ static const char *const ppsz_encodings[] = { "ISO-8859-6", "Windows-1256", "ISO-8859-7", - "Windows-1256", + "Windows-1253", "ISO-8859-8", "Windows-1255", "ISO-8859-9", @@ -121,7 +121,7 @@ static const char *const ppsz_encoding_names[] = { N_("Arabic (Windows-1256)"), /* 7 */ N_("Greek (ISO 8859-7)"), - N_("Greek (Windows-1256)"), + N_("Greek (Windows-1253)"), /* 8 */ N_("Hebrew (ISO 8859-8)"), N_("Hebrew (Windows-1255)"),