Changeset 10769
- Timestamp:
- 2005-10-26T11:56:02+13:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/perllib/plugins/WordPlug.pm
r10723 r10769 153 153 my $text_options = $secondary_plugin_options->{'TextPlug'}; 154 154 155 # wvWare will always produce html files encoded as utf-8 155 # wvWare will always produce html files encoded as utf-8, so make sure the secondary HTMLPlug knows this 156 push(@$html_options,"-input_encoding", "utf8"); 156 157 if ($self->{'input_encoding'} eq "auto") { 157 158 $self->{'input_encoding'} = "utf8"; 158 159 $self->{'extract_language'} = 1; 159 push(@$html_options,"-input_encoding", "utf8");160 160 push(@$html_options,"-extract_language"); 161 161 }
Note:
See TracChangeset
for help on using the changeset viewer.