Changeset 3703 for trunk/niupepa


Ignore:
Timestamp:
2003-01-22T11:07:21+13:00 (21 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/niupepa/perllib/plugins/NPPlug.pm

    r2874 r3703  
    399399        }
    400400        close FILE;
    401         if ($foundbody) {return $text;}
    402         else {return $savedtext;}
     401        if ($foundbody) {return &unicode::ascii2utf8(\$text);}
     402        else {return &unicode::ascii2utf8(\$savedtext);}
    403403
    404404    } else {
     
    408408        }
    409409        close FILE;
    410         return $text;
     410        return &unicode::ascii2utf8(\$text);
    411411    }
    412412
Note: See TracChangeset for help on using the changeset viewer.