Package: gscan2pdf
Version: 1.0.0-1
Severity: important
Tags: patch

html-entities returned by ocropus are visualized
by X-Boxes. Just decode them to UTF to show
correct representation on screen.

Please check patch. I'm not a perl programmer.


Following should fix this in
/usr/share/perl5/Gscan2pdf/Ocropus.pm

...
use HTML::Entities;
...
$main::logger->info($cmd);
 if ( defined $pidfile ){
        my ($entitystring);
        $entitystring = `echo $$ > $pidfile;$cmd`;
        return decode_entities($entitystring);
 }
 return decode_entities(`$cmd`);
}
...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to