Changeset 15904


Ignore:
Timestamp:
2008-06-09T12:25:28+12:00 (16 years ago)
Author:
kjdon
Message:

input_encoding option no longer used

File:
1 edited

Legend:

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

    r15872 r15904  
    153153    my $pagedimg_options = $secondary_plugin_options->{'PagedImagePlugin'};
    154154   
    155     if ($self->{'input_encoding'} eq "auto") {
    156     $self->{'input_encoding'} = "utf8";
    157     }
     155#    if ($self->{'input_encoding'} eq "auto") {
     156#   $self->{'input_encoding'} = "utf8";
     157#    }
    158158
    159159    # if pdftohtml is always producing utf8, then htmlplug always needs this option
Note: See TracChangeset for help on using the changeset viewer.