Ignore:
Timestamp:
2001-01-29T14:54:58+13:00 (23 years ago)
Author:
sjboddie
Message:

Tidied up language support stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/doc.pm

    r1868 r1870  
    694694
    695695    $self->set_utf8_metadata_element ($section, $field,
    696                       &unicode::ascii2utf8($value));
     696                      &unicode::ascii2utf8(\$value));
    697697}
    698698
     
    716716
    717717    $self->add_utf8_metadata ($section, $field,
    718                   &unicode::ascii2utf8($value));
     718                  &unicode::ascii2utf8(\$value));
    719719}
    720720
     
    799799    # convert the text to UTF-8 encoded unicode characters
    800800    # and add the text
    801     $self->add_utf8_text($section, &unicode::ascii2utf8($text));
     801    $self->add_utf8_text($section, &unicode::ascii2utf8(\$text));
    802802}
    803803
Note: See TracChangeset for help on using the changeset viewer.