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/UnknownPlug.pm

    r13243 r13269  
    214214
    215215    #create an empty text string so we don't break downstream plugins
    216     &gsprintf::output_strings_in_UTF8;
    217     my $text = &gsprintf::lookup_string("{BasPlug.dummy_text}");
     216    my $text = &gsprintf::lookup_string("{BasPlug.dummy_text}",1);
    218217
    219218    # include any metadata passed in from previous plugins
Note: See TracChangeset for help on using the changeset viewer.