Ignore:
Timestamp:
2010-12-01T11:42:27+13:00 (13 years ago)
Author:
davidb
Message:

Plugin code upgrade to support Greenstone working with filenames under Windows when then go beyond Latin-1 and start turning up in their DOS abbreviated form (e.g. Test~1.txt)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm

    r23335 r23363  
    257257    my ($block_hash, $filename_full_path) = @_;
    258258
     259    $filename_full_path = &util::upgrade_if_dos_filename($filename_full_path);
     260###    print STDERR "*** DirectoryPlugin::file_is_blocked $filename_full_path\n";
     261
    259262    if (defined $block_hash->{'file_blocks'}->{$filename_full_path}) {
    260263    $self->{'num_blocked'} ++;
Note: See TracChangeset for help on using the changeset viewer.