View Single Post
Old 2008-05-18, 20:00   #10 (permalink)
caid
Portal Member
 
Join Date: Nov 2007
Age: 25
Posts: 13
Thanks: 0
Thanked 1 Time in 1 Post

Country:

My System

Send a message via MSN to caid
Default

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
Attached Files
File Type: rar TvLibrary.Interfaces.rar (29.2 KB, 1 views)
caid is offline   Reply With Quote