Changeset 16021


Ignore:
Timestamp:
2008-06-16T13:59:22+12:00 (16 years ago)
Author:
kjdon
Message:

commented out input_encoding stuff cos we don't have that option anymore. Do we need it??

File:
1 edited

Legend:

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

    r15903 r16021  
    115115    my $pageimg_options = $secondary_plugin_options->{'PagedImagePlugin'};
    116116
    117     if ($self->{'input_encoding'} eq "auto") {
    118     $self->{'input_encoding'} = "utf8";
    119     }
     117#    if ($self->{'input_encoding'} eq "auto") {
     118#   $self->{'input_encoding'} = "utf8";
     119#    }
     120 
    120121    if (defined $secondary_plugin_options->{'HTMLPlugin'}){
    121122    push(@$html_options,"-input_encoding", "utf8");
Note: See TracChangeset for help on using the changeset viewer.