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

    r12270 r13243  
    340340
    341341    #create an empty text string so we don't break downstream plugins
     342    &gsprintf::output_strings_in_UTF8;
    342343    my $text = &gsprintf::lookup_string("{BasPlug.dummy_text}");
    343344    if ($self->{'assoc_images'}) {
     
    360361    # add an OID
    361362    $doc_obj->set_OID();
    362     $doc_obj->add_text($section, $text);
     363    $doc_obj->add_utf8_text($section, $text);
    363364
    364365    # process the document
Note: See TracChangeset for help on using the changeset viewer.