Ignore:
Timestamp:
2005-08-09T11:54:58+12:00 (19 years ago)
Author:
chi
Message:

Modifications for converting windows-1252 to windows_1252.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r10442 r10446  
    10081008   
    10091009    # VB scripting generated Word to HTML file
    1010     if ($text =~ /charset=(.*)[\"]/ig){
     1010    if ($text =~ /charset=(windows.*)[\"]/ig){
    10111011    my $vbhtml_encoding = $1;
    10121012    $vbhtml_encoding =~ s/-+/_/g;
Note: See TracChangeset for help on using the changeset viewer.