Page 1 of 1

xmltv.xml Tag?

Posted: Mon Nov 14, 2005 1:02 pm
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

Posted: Mon Nov 14, 2005 1:07 pm
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"

Thanks

Posted: Mon Nov 14, 2005 6:34 pm
by Guest
Hi Alan,

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

Thanks