[vlc-devel] commit: Remove inexistent encodings: C99, JAVA and HZ ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Apr 5 15:23:12 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Apr  5 16:22:47 2009 +0300| [35d67e7f43b3d4e1b012c577a985694544850b26] | committer: Rémi Denis-Courmont 

Remove inexistent encodings: C99, JAVA and HZ

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=35d67e7f43b3d4e1b012c577a985694544850b26
---

 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 e0db173..6f92dca 100644
--- a/modules/codec/subtitles/subsdec.c
+++ b/modules/codec/subtitles/subsdec.c
@@ -67,8 +67,8 @@ static const char *const ppsz_encodings[] = {
     "CP850", "CP862", "CP866", "CP874", "CP932", "CP949", "CP950", "CP1133", "CP1258", "",
     "Macintosh", "",
     "UTF-7", "UTF-16", "UTF-16BE", "UTF-16LE", "UTF-32", "UTF-32BE", "UTF-32LE",
-    "C99", "JAVA", "UCS-2", "UCS-2BE", "UCS-2LE", "UCS-4", "UCS-4BE", "UCS-4LE", "",
-    "HZ", "GBK", "GB18030", "JOHAB", "ARMSCII-8",
+    "UCS-2", "UCS-2BE", "UCS-2LE", "UCS-4", "UCS-4BE", "UCS-4LE", "",
+    "GBK", "GB18030", "JOHAB", "ARMSCII-8",
     "Georgian-Academy", "Georgian-PS", "TIS-620", "MuleLao-1", "VISCII", "TCVN",
     "HPROMAN8", "NEXTSTEP" };
 /*




More information about the vlc-devel mailing list