Ignore:
Timestamp:
2017-02-23T13:29:51+13:00 (7 years ago)
Author:
kjdon
Message:

chnaged a comment

File:
1 edited

Legend:

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

    r24449 r31439  
    149149    $doc_obj->add_utf8_metadata($top_section, "Encoding", $content_encoding);
    150150   
    151     # read in file ($text will be in utf8)
     151    # read in file ($text will be in perl internal unicode aware format)
    152152    my $text = "";
    153153    $self->read_file ($filename_full_path, $content_encoding, $language, \$text);
Note: See TracChangeset for help on using the changeset viewer.