Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add gb2312 ucs2 dvb-charset
  • Loading branch information
sangood authored and perexg committed Aug 4, 2014
1 parent 4bee756 commit fc6195d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/input/mpegts/dvb_charset.c
Expand Up @@ -153,6 +153,8 @@ dvb_charset_enum ( void *p )
"ISO-8859-14",
"ISO-8859-15",
"UTF-8",
"GB2312",
"UCS2",
};
htsmsg_t *m = htsmsg_create_list();
for ( i = 0; i < ARRAY_SIZE(charsets); i++)
Expand Down

0 comments on commit fc6195d

Please sign in to comment.