[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
Fri Jul 6 03:47:13 CEST 2012


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

--- Comment #3 from wajasu <matted-34813 at mypacks.net> ---
Created attachment 10651
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10651&action=edit
Patch enables some diacritics to show correctly when exporting labels to PDF

The patch changes one line in labels/label-create-pdf.pl and calls 
utf8::decode($line);  and it helps toggle the utf8 flag accordingly.

This patch helps my diacritics to show correctly when exporting labels batches
to PDF.

Problem Label:
1150Jahre Marköbel, 850 Jahre Baiersröderhof
3886542378
Books
943/.416

Better Label:
1150Jahre Marköbel, 850Jahre Baiersröderhof
3886542378
Books
943/.416

The fix decodes the text we send to the PDF and turns off the utf8 flag as
needed.

Note:
I suspect this is just a baby step for a certain subset of diacritics and
someone with more extensive diacritics may not see a benefit.

This patch does not fix larger unicode/embedded font issues, which require more
extensive work, but it may buy time until that work is accomplished.

I hope this works for others. 


wajasu

[bug8375 0b0f8f5] Bug 8375 - Patch for Common diacritics not shown correctly
when exporting batch label to PDF

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list