Reply to thread

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

[CODE]<Site url="" post="" external="" [B]encoding="windows-1251"[/B] />[/CODE]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?


Top Bottom