https://bugzilla.wikimedia.org/show_bug.cgi?id=21526
--- Comment #12 from Simon Lipp <[email protected]> 2010-07-25 15:17:25 UTC --- Well, in the meanwhile, it’s still possible to manually fix the broken djvu files ; my own pdf to djvu converter has these lines : # Workaround for MediaWiki bug #21526 # see https://bugzilla.wikimedia.org/show_bug.cgi?id=21526 $text =~ s/"(?=\s*\))//g; A quick look at man djvused give me this simple command to fix a djvu file (untested): cp thefile.djvu thefile-fixed.djvu; djvused thefile.djvu -e output-all | perl -pe 's/"(?=\s*\))//g' | djvused thefile-fixed.djvu -s -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
