Ignore:
Timestamp:
2006-11-15T12:09:57+13:00 (17 years ago)
Author:
shaoqun
Message:

use a variable to indicate the target string is in utf8 ecoding

File:
1 edited

Legend:

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

    r13243 r13269  
    399399
    400400     
    401     #create an empty text string so we don't break downstream plugins
    402     &gsprintf::output_strings_in_UTF8;
    403     my $text = &gsprintf::lookup_string("{BasPlug.dummy_text}");
    404      
     401    #create an empty text string so we don't break downstream plugins
     402    my $text = &gsprintf::lookup_string("{BasPlug.dummy_text}",1);
     403   
    405404    # include any metadata passed in from previous plugins
    406405    # note that this metadata is associated with the top level section
Note: See TracChangeset for help on using the changeset viewer.