http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8375
--- Comment #44 from Dobrica Pavlinusic <[email protected]> --- I'm not getting "Wide character in compress" error from PDF::Reuse, but I do get a Use of uninitialized value within @PDF::Reuse::objekt in sprintf at /usr/share/perl5/PDF/Reuse.pm line 1092 and a bounch of Use of uninitialized value in addition (+) at /usr/share/perl5/PDF/Reuse.pm line 1286 Bottom one referes to table which exists only for built-in pdf fonts, and upper one would require me to know more about internal pdf structure than I do now. I don't have solution for those, but from my tests this patch still apply cleanly on current master and works as expected, so I would love to get it in. WRT, "Wide character in compress" we could probably fix it by digging through PDF::Reuse code and marking something utf-8 (or declaring output to use :raw handler) but in plack we are not really emitting to STDOUT but to scalar. Do you think that this is show-stopper to get this into master? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
