[bTSstream-devel] dvb strings: fix character set for chinese streams

Christophe Massiot git at videolan.org
Thu Feb 11 23:35:51 CET 2016


bitstream | branch: master | Christophe Massiot <cmassiot at openheadend.tv> | Thu Feb 11 23:35:37 2016 +0100| [8da0bf458f61a90a30e3a8ab4fb603414e0990ab] | committer: Christophe Massiot

dvb strings: fix character set for chinese streams

> http://git.videolan.org/gitweb.cgi/bitstream.git/?a=commit;h=8da0bf458f61a90a30e3a8ab4fb603414e0990ab
---

 dvb/si/strings.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dvb/si/strings.h b/dvb/si/strings.h
index c61f477..dd396bd 100644
--- a/dvb/si/strings.h
+++ b/dvb/si/strings.h
@@ -52,7 +52,7 @@ static const char *ppsz_dvb_encodings[] = {
     "ISO-8859-14", "ISO-8859-15", "", "", "", "",
 
     /* 0x10 - 0x1f */
-    "", "UTF-16", "KSC5601-1987", "GB2312", "BIG-5", "UTF-8",
+    "", "UCS-2BE", "EUC-KR", "GB2312", "UCS-2BE", "UTF-8",
     "", "", "", "", "", "", "", "", "", "", NULL
 };
 static const char *ppsz_dvb_encodings10[] = {



More information about the biTStream-devel mailing list