[Koha-bugs] [Bug 8375] Common diacritics not shown correctly when exporting batch label to PDF

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 11 16:40:19 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8375

--- Comment #44 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
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.


More information about the Koha-bugs mailing list