Discussion of my XMLTV Radio Times grabber
Guest
Post
by Guest » Mon Nov 14, 2005 1:02 pm
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:
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 » Mon Nov 14, 2005 1:07 pm
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
Post
by Guest » Mon Nov 14, 2005 6:34 pm
Hi Alan,
i added `ISO-8859-1` to the existing encoding entry,and its now working fine
Thanks