No problem, if at some time it happens agian, just post your logs and tvguide.xmlI’m greatly sorry, but I can’t reproduce the error.
And I still need a piece of advice from you.
Here’re the grabbers I checked out:
www_vsetv_com.xml is working perfectly with Cyrillic letters used for Channel id
tv_mail_ru_SPb.xml and tv_ntv_com.xml are readable only if I use Latin letters, which makes it difficult to read when adding new channels and when mapping.
www_vsetv_com.xml specifies utf-8 as the file encoding (in the xml header) and is actually saved in utf-8 encoding. The other two however specify utf-8 encoding but are saved using ANSI (for you Windows-1251) encoding. This means that when WebEPG loads the grabber, it interprets its content as if it was saved in utf-8 which is not the case. It doesn't fail completely because all ANSI encodings and utf-8 encoding map latin characters to the same codes, cyrillic characters on the other hand are mapped differently. To solve your problem open the files in notepad and then use "Save as...", select encoding utf-8 and save.
Greece