Committer: vad
LJSV-1220: utf8 sequences in S2 layers produces leads 500 error on journal page. Fixed.U trunk/HTMLCleaner.pm
Modified: trunk/HTMLCleaner.pm =================================================================== --- trunk/HTMLCleaner.pm 2010-07-07 16:44:26 UTC (rev 263) +++ trunk/HTMLCleaner.pm 2010-09-23 08:39:36 UTC (rev 264) @@ -21,6 +21,8 @@ $p->{'valid_stylesheet'} = $opts{'valid_stylesheet'} || sub { 1 }; $p->{'allow_password_input'} = $opts{'allow_password_input'} || 0; + $p->utf8_mode(1); + bless $p, $class; }