Changeset 10835


Ignore:
Timestamp:
2005-11-03T11:24:16+13:00 (18 years ago)
Author:
kjdon
Message:

made the -input_encoding=utf8 always be set for htmlplug secondary plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/PDFPlug.pm

    r10724 r10835  
    153153    $self->{'extract_language'} = 1;
    154154
    155     push(@$html_options,"-input_encoding", "utf8");
    156155    push(@$html_options,"-extract_language");
    157156    }
     157    # if pdftohtml is always producing utf8, then htmlplug always needs this option
     158    push(@$html_options,"-input_encoding", "utf8");
    158159
    159160    # Instruct HTMLPlug (when eventually accessed through read_into_doc_obj)
Note: See TracChangeset for help on using the changeset viewer.