Changeset 15902


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

no longer uses input_encoding

File:
1 edited

Legend:

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

    r15872 r15902  
    2323#
    2424###########################################################################
    25 # 12/05/02 Added usage datastructure - John Thompson
    26 
    2725package WordPlugin;
    2826
     
    120118
    121119    # we always save as utf-8
    122     if ($self->{'input_encoding'} eq "auto") {
    123     $self->{'input_encoding'} = "utf8";
    124     }
     120#    if ($self->{'input_encoding'} eq "auto") {
     121#   $self->{'input_encoding'} = "utf8";
     122#    }
    125123
    126124    my $secondary_plugin_options = $self->{'secondary_plugin_options'};
Note: See TracChangeset for help on using the changeset viewer.