xmltv/grab/fi_sv tv_grab_fi_sv,1.12,1.13
Geoff <[email protected]>
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/grab/fi_sv In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3521 Modified Files: tv_grab_fi_sv Log Message: (minor) delete soft hyphens to prevent tv_validate erroneously reporting 'badiso8859' Index: tv_grab_fi_sv =================================================================== RCS file: /cvsroot/xmltv/xmltv/grab/fi_sv/tv_grab_fi_sv,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** tv_grab_fi_sv 13 Apr 2014 16:14:10 -0000 1.12 --- tv_grab_fi_sv 14 Apr 2014 18:13:04 -0000 1.13 *************** *** 532,535 **** --- 532,541 ---- + # Fix-ups + # For reasons known only to itself, ValidateFile.pm rejects soft hyphens (\xc2\xad) claiming they are "control characters" ! + # I can't see why it thinks this but we have no choice but to delete them if we want to pass tv_ validation + $p_desc =~ s/\xad//g; + + # Create the data structure for the program. my $program = ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech