2023-10-20, 09:35 AM
(2023-10-19, 04:01 PM)mvallevand Wrote: The default for xml is utf8. Is the actual problem the encoding or you reader?
Martin
Hi Martin!
(Thank you in advance for your response)
so...
I read epg xml from NextPVR following command:
http://localhost:8866/service?method=channel.xmltv.x
Result:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv source-info-name="NextPVR">
<channel id="nextpvr-7148">
<display-name>M1 HD</display-name>
<lcn>1</lcn>
</channel>
<channel id="nextpvr-7149">
<display-name>M2 / Petőfi TV HD</display-name>
<lcn>2</lcn>
</channel>
it doesn't look like utf8