[vlc-devel] commit: Fix typo in greek ANSI code page ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Aug 31 17:06:21 CEST 2009
vlc | branch: 1.0-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Mon Aug 31 18:05:07 2009 +0300| [82e75266ac96443e4f11adfd8fe972191b938fc6] | committer: Rémi Denis-Courmont
Fix typo in greek ANSI code page
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82e75266ac96443e4f11adfd8fe972191b938fc6
---
modules/codec/subtitles/subsdec.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/codec/subtitles/subsdec.c b/modules/codec/subtitles/subsdec.c
index 0830dbf..ad384d0 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)"),
More information about the vlc-devel
mailing list