[vlc-devel] EPG standard ignorants
Rémi Denis-Courmont
remi at remlab.net
Tue Sep 8 17:30:54 CEST 2009
Le mardi 8 septembre 2009 16:04:21 Marian Ďurkovič, vous avez écrit :
> I believe this is a no-go for VLC, so I propose to stay with language codes
> used by those providers and modify the list of exceptions like this:
>
> if ( !strncasecmp( psz_lang, "fre", 3 ) ||
> !strncasecmp( psz_lang, "deu", 3 ) ||
> !strncasecmp( psz_lang, "spa", 3 ) )
> {
> psz_encoding = "ISO_8859-1";
> }
> else
> {
> psz_encoding = "ISO_6937";
> }
>
> OK to commit this?
I just wonder what happens to the non-ignorant French, German and Spanish
language broadcasters... ? Are they using ASCII only?!
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the vlc-devel
mailing list