I have now tested the new file and i dosent work. Now i got "?" in the TvGuide on every channel. (The channels encoded in ISO-8859-9 worked fine before)
So i did some testing on my own, looked at your code with reflector and changed the last line in the DvbTextConverter class from:
PHP Code:
return Encoding.GetEncoding(0xfde9).GetString(bytes);
To:
PHP Code:
return Encoding.GetEncoding(0x6fb7).GetString(bytes);
And now the TvGuide works fine for me....
I have no idea why the ISO-8859-1 character table dosent work. According to wikipedia the norwegian spesial characters have the same ascii code in both ISO-8859-1 and ISO-8859-9