xmltv.xml Tag?

Discussion of my XMLTV Radio Times grabber
Post Reply
Guest

xmltv.xml Tag?

Post by Guest »

Hi,

Im currently using the 2.20w,and sometimes get an error in the xml file

Working:

Code: Select all

  <?xml version="1.0" encoding="ISO-8859-1" ?> 
Not Working:

Code: Select all

<?xml version="1.0" encoding=""?>
If i edit the xml file,and add the ISO-8859 ,it will import fine into meedio.

Just wondering if i need to double check some regional settings on my computer

Thanks

John
alanbirtles
Site Admin
Posts: 495
Joined: Mon Sep 06, 2004 4:44 pm

Post by alanbirtles »

i have added an option to specify the encoding used in the xml header, check in RTXMLTV.ini and look for an entry called "Encoding", either delete it or set it to "ISO-8859-1"
Guest

Thanks

Post by Guest »

Hi Alan,

i added `ISO-8859-1` to the existing encoding entry,and its now working fine

Thanks
Post Reply