summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/epgdata2xmltv/epgdata2xmltv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/epgdata2xmltv/epgdata2xmltv.cpp b/dist/epgdata2xmltv/epgdata2xmltv.cpp
index d825833..de07b38 100644
--- a/dist/epgdata2xmltv/epgdata2xmltv.cpp
+++ b/dist/epgdata2xmltv/epgdata2xmltv.cpp
@@ -363,7 +363,7 @@ int cepgdata2xmltv::Process(int argc, char *argv[])
xmlmem[size]=0;
zip_fclose(zfile);
xmlmem=strreplace(xmlmem,"?>\n","?>\n<!DOCTYPE pack [\n");
-
+ xmlmem=strreplace(xmlmem,"ISO-8859-1","Windows-1252");
int entries=zip_get_num_files(zip);
for (int i=0; i<entries; i++)
{