Ignore:
Timestamp:
2002-06-25T23:52:28+12:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/protemix/rename.pl

    r3187 r3191  
    141141    $title =~ s/^\s+//;
    142142    $title =~ s/\s+$//;
     143    $title =~ s/\"/"/g;
     144    $title =~ s/</&lt;/g;
     145    $title =~ s/>/&gt;/g;
     146    $metafile =~ s/&/&amp;/g;
    143147    $title = &unicode::ascii2utf8(\$title); # assumes title is iso-8859-1
    144148    my $metafile = "<Metafile>\n";
Note: See TracChangeset for help on using the changeset viewer.