From 8da0bf458f61a90a30e3a8ab4fb603414e0990ab Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Thu, 11 Feb 2016 23:35:37 +0100 Subject: [PATCH] dvb strings: fix character set for chinese streams --- 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[] = {