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/ConvertBinaryFile.pm

    r23352 r23363  
    394394    ## set_source_filename does not set the doc_obj source_path which is used in archives dbs for incremental
    395395    # build. so set it manually.
    396     $doc_obj->{'source_path'} = $filename_full_path;
     396    $doc_obj->set_source_path($filename_full_path);
    397397    $doc_obj->set_converted_filename($collect_conv_file);
    398398
Note: See TracChangeset for help on using the changeset viewer.