Changeset 1567 for trunk/gsdl/bin/script


Ignore:
Timestamp:
2000-10-02T11:21:58+13:00 (24 years ago)
Author:
sjboddie
Message:

force gsConvert.pl to use utf-8 encoding when converting word docs
to html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/gsConvert.pl

    r1445 r1567  
    236236    my $wvHtml = &util::filename_cat($wv_home, "bin", "wvHtml");
    237237    return 0 unless (-e "$wvHtml");
    238     $cmd = "$wvHtml \"$input_filename\" >\"$output_filestem.html\" 2>\"$output_filestem.err\"";
     238    $cmd = "$wvHtml --charset utf-8 \"$input_filename\" >\"$output_filestem.html\" 2>\"$output_filestem.err\"";
    239239   
    240240    # execute the command
Note: See TracChangeset for help on using the changeset viewer.