Skip to content

Commit b5b54be

Browse files
authored
fix: Switch XML encoding to UTF-8 (PR: #42)
1 parent c98ad58 commit b5b54be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/xmltv.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="ISO-8859-1"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE tv SYSTEM "xmltv.dtd">
33

44
<tv source-info-url="http://www.schedulesdirect.org/" source-info-name="Schedules Direct" generator-info-name="XMLTV/$Id: tv_grab_na_dd.in,v 1.70 2008/03/03 15:21:41 rmeden Exp $" generator-info-url="http://www.xmltv.org/">

0 commit comments

Comments
 (0)