Changeset 6362


Ignore:
Timestamp:
2004-01-08T14:44:05+13:00 (20 years ago)
Author:
cs025
Message:

Added line to eliminate <FE><FF> character pair in PDF output, which
killed building.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/pdftohtml.pl

    r4103 r6362  
    151151    $line =~ s#</i><i>##g;
    152152    $line =~ s#\\#\\\\#g; # until macro language parsing is fixed...
     153    $line =~ s#\376\377##g;
    153154# check for any extracted text
    154155    if ($seen_textual_content == 0) {
Note: See TracChangeset for help on using the changeset viewer.