Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: EPG Problem
Klaus Schmidinger wrote:
>
> The code in libdtv/libsi/si_parser.c, function siGetDescriptorText() explicitly
> filters out character table 0x05. I'm not sure about what all this means, but for
> a quick try you could change the line
>
> if (*Buffer == 0x05 || (*Buffer >= 0x20 && *Buffer <= 0xff))
>
> to
>
> if (*Buffer == 0x05 || *Buffer == 0x01 || (*Buffer >= 0x20 && *Buffer <= 0xff))
>
> and see what happens.
>
> Klaus
>
Thanks Klaus, this has fixed the problem. I've just had a look in ETS
300 706 Enhanced Teletext Specification, page 109 and unless I am way
off base, char table 0x05 is reserved.
I shall ask some questions of the broadcaster...
Regards,
Richard Scobie
Home |
Main Index |
Thread Index