Hello
Now I am trying to create WebEPG grabber files for Ukrainian TV channels.
I have found few sites where character encoding is not defined in HTML code. For such sites WebEPG use some default encoding seems like ASCII or ISO-8859-1. I was tryed to use
but without any effect. Then I was checked the WebEPG sources and found no encoding handling at all.
I have enough knowledge to implement such handling, but sources structure is not too clean. Can someone point me where encoding handling have to be implemented?
Now I am trying to create WebEPG grabber files for Ukrainian TV channels.
I have found few sites where character encoding is not defined in HTML code. For such sites WebEPG use some default encoding seems like ASCII or ISO-8859-1. I was tryed to use
Code:
<Site url="" post="" external="" [B]encoding="windows-1251"[/B] />
I have enough knowledge to implement such handling, but sources structure is not too clean. Can someone point me where encoding handling have to be implemented?