Ignore:
Timestamp:
2006-11-13T15:49:38+13:00 (17 years ago)
Author:
shaoqun
Message:

fixed the encoding bug for BasPlug:dummy_text

File:
1 edited

Legend:

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

    r12270 r13243  
    214214
    215215    #create an empty text string so we don't break downstream plugins
     216    &gsprintf::output_strings_in_UTF8;
    216217    my $text = &gsprintf::lookup_string("{BasPlug.dummy_text}");
    217218
     
    233234    # add an OID
    234235    $doc_obj->set_OID();
    235     $doc_obj->add_text($section, $text);
     236    $doc_obj->add_utf8_text($section, $text);
    236237
    237238    # process the document
Note: See TracChangeset for help on using the changeset viewer.