rocky4546 / script.xmltv.tvheadend

scripts for generating xmltv.xml file supporting tvheadend genres
GNU General Public License v3.0
8 stars 2 forks source link

Special characters problems #4

Open jobrien2001 opened 6 years ago

jobrien2001 commented 6 years ago

Running category-filter.pl in a spanish xml.

"es:Información" => $NEWS,

<category lang="es">Información</category>

Throws warning not recognized on every category with special characters .

jobrien2001 commented 6 years ago

I commented the line :

# $name =~ s/\W//g;

I dont know perl but that seems to "solve" the problem and might have some bad consequences.