On Mon, Feb 25, 2008 at 07:45:55PM +0100, Klaus Schmidinger wrote:
Please add some debug output to the two String::decodeText() functions in libsi/si.c to see what's going on here. 0x86 and 0x87 should already get filtered out, but maybe these are different ones.
So apparently these *are* 0x86 and 0x87.
Please try removing the line
|| (*from == 0x86 || *from == 0x87)
from libsi/si.c (should be line 418). It may take a while before the EPG data is updated, so at first you may still see the old version.
Please report if this causes any unexpected side effects.
What I reported is that they aren't filtered.
Commenting the lign in libsi/si.c seems to fix it :-)
Thanks.