From: Anti V. <du...@us...> - 2004-03-30 20:48:49
|
Update of /cvsroot/tuxaator/tuxaator/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22387/scripts Modified Files: update_feeds.pl Log Message: + assorted fixes Index: update_feeds.pl =================================================================== RCS file: /cvsroot/tuxaator/tuxaator/scripts/update_feeds.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** update_feeds.pl 21 Dec 2003 21:30:35 -0000 1.2 --- update_feeds.pl 30 Mar 2004 20:37:07 -0000 1.3 *************** *** 20,23 **** --- 20,24 ---- my $data = get($url); my $outfile = dirname($0) . "/../cache/$cachefile"; + $data =~ s/8859-15/8859-1/g; open OUTFILE,">$outfile" or die "$! $cachefile\n"; print OUTFILE $data; |