Changeset 3191
- Timestamp:
- 2002-06-25T23:52:28+12:00 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/protemix/rename.pl
r3187 r3191 141 141 $title =~ s/^\s+//; 142 142 $title =~ s/\s+$//; 143 $title =~ s/\"/"/g; 144 $title =~ s/</</g; 145 $title =~ s/>/>/g; 146 $metafile =~ s/&/&/g; 143 147 $title = &unicode::ascii2utf8(\$title); # assumes title is iso-8859-1 144 148 my $metafile = "<Metafile>\n";
Note:
See TracChangeset
for help on using the changeset viewer.