Changeset 1229


Ignore:
Timestamp:
2000-06-23T11:44:17+12:00 (24 years ago)
Author:
sjboddie
Message:

fixed bug in options

File:
1 edited

Legend:

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

    r1227 r1229  
    109109    my $encoding = "";
    110110    if ($self->{'input_encoding'} =~ /^(Latin1|iso_8859_1)$/) {
    111     $encoding = "latin1";
     111    $encoding = "iso_8859_1";
    112112    } elsif ($self->{'input_encoding'} =~ /^(Arabic|windows_1256)$/) {
    113113    $encoding = "windows_1256";
Note: See TracChangeset for help on using the changeset viewer.