Bug #5122
xmltv/channels error
0%
Description
I get the following error in Chrome when I access http://192.168.20.16:9981/xmltv/channels
This page contains the following errors:
error on line 2131 at column 20: Encoding error
Below is a rendering of the page up to the first error.
I am using the EPG Grabber module: OpenTV: Sky NZ
The error seems to first appear in this section:
<programme start="20180601080000 +1200" stop="20180601083000 +1200" channel="08021c8b7a539d63415d4d789c8fe8df">
<title lang="eng">News: Te Kaea</title>
<desc lang="eng">Presenters Piripi Taylor, Rahia Timutimu and the experienced team of reporters bring you the daily news, featuring local, national and international stories from a Maori perspective. μ/desc>
</programme>
I've looked up the guide online and μ is supposed to be a registered symbol or (R). And when I open up the xml in Notepad++ it shows a 'xAE', which according to https://www.w3schools.com/charsets/ref_html_entities_4.asp is also the Hex for (R).
Files
History
Updated by bob winters over 6 years ago
I think the issue is the xml file is encoded in iso-8859-1 but the header says it's in utf-8
<?xml version="1.0" encoding="utf-8" ?>