[Bug 12832] New: Basketgroup printing doesn't support no latin chars
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12832 Bug ID: 12832 Summary: Basketgroup printing doesn't support no latin chars Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: z.tajoli@cineca.it QA Contact: testopia@bugs.koha-community.org If you create an order with nolatin chars in the title, and put in in a basket and after ina basketgroup, if you try to print the basketgoup the tiltle is not present in pdf. If you export as CSV the basketgrouo closed, the title is present. This bug could be connect with a wrong setup of tff files in koha-conf.xml. Now the bug is visible in sandbox 15 (http://pro.test15.biblibre.com). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12832 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@biblibre.co | |m Depends on| |11944 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- This bug exists in master but it should be fixed on top of bug 11944. I will try to provide a patch when bug 11944 will be pushed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12832 mathieu saby <mathsabypro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro@gmail.com --- Comment #2 from mathieu saby <mathsabypro@gmail.com> --- I struggled with that 2 years ago with no result. My idea was that the perl module used to generate the Table in PDF (PDF::Table) is responsible for that (If the non latin chars are in the libray name for example, they can be printed), but maybe I was wrong... Mathieu Saby -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12832 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13239 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12832 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|13239 | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12832 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13596 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12832 Bug 12832 depends on bug 11944, which changed state. Bug 11944 Summary: Cleanup Koha UTF-8 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12832 Dobrica Pavlinusic <dpavlin@rot13.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dpavlin@rot13.org --- Comment #3 from Dobrica Pavlinusic <dpavlin@rot13.org> --- I don't think that it's enough to just add utf-8 encoding to $pdf->corefont. Just as with labels, we need to use true type fonts here to support all available utf-8 characters (otherwise western utf-8 characters work, but Croatian for example don't). Replacing $pdf->corefont("Times", -encoding => "utf8") with something like $pdf->ttfont('/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf') will nicely fix this problem (but also somewhat break tables which are created using PDF::Table, I will have to investigate this a bit more). But, now I'm wondering if we should use same <ttf> mapping from koha-conf.xml which we use for labels (if available)? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org