Changeset 14964


Ignore:
Timestamp:
2008-02-12T15:21:07+13:00 (16 years ago)
Author:
davidb
Message:

Minor tweak to MARCPlug so the plugin does not try to convert utf8 data into ... utf8svn diff MARCPlug.pm

File:
1 edited

Legend:

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

    r13198 r14964  
    165165    my $self = shift (@_);
    166166    my ($encoding, $line) = @_;
     167
     168    if ($encoding eq "utf8") {
     169    # nothing needs to be done
     170    return $line;
     171    }
    167172
    168173    if ($encoding eq "iso_8859_1") {
Note: See TracChangeset for help on using the changeset viewer.