Summary: | Patron cards creator doesn't work with diacritics, utf-8 or ttf fonts | ||
---|---|---|---|
Product: | Koha | Reporter: | Dobrica Pavlinusic <dpavlin> |
Component: | Tools | Assignee: | Dobrica Pavlinusic <dpavlin> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, Heinrich.Hartl, mglavica, mtompset, tomascohen, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | Sponsored | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 13709 - Patron cards creator utf-8 encoding and ttf fonts broken
Bug 13709 - Patron cards creator utf-8 encoding and ttf fonts broken Bug 13709 - Patron cards creator utf-8 encoding and ttf fonts broken |
Description
Dobrica Pavlinusic
2015-02-13 14:36:08 UTC
Created attachment 35906 [details] [review] Bug 13709 - Patron cards creator utf-8 encoding and ttf fonts broken This change is similar to Bug 8375 which introduced ttf fonts for labels printing in order to support diacritics and utf-8 encoding, but this change was never implemented for patron cards. Test scenario: 1. make sure that you have <ttf> font mapping in koha-conf.xml 2. define partron card layout, template, profile and batch (with utf-8 chars, probably in patron firstname or surname) 3. verify that without this patch pdf export file is error message Wide character in compress at /usr/share/perl5/PDF/Reuse.pm line 820 4. apply this patch and verify that generated pdf has correct encoding Created attachment 36264 [details] [review] Bug 13709 - Patron cards creator utf-8 encoding and ttf fonts broken This change is similar to Bug 8375 which introduced ttf fonts for labels printing in order to support diacritics and utf-8 encoding, but this change was never implemented for patron cards. Test scenario: 1. make sure that you have <ttf> font mapping in koha-conf.xml 2. define partron card layout, template, profile and batch (with utf-8 chars, probably in patron firstname or surname) 3. verify that without this patch pdf export file is error message Wide character in compress at /usr/share/perl5/PDF/Reuse.pm line 820 4. apply this patch and verify that generated pdf has correct encoding Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> Followed test plan Created attachment 36558 [details] [review] Bug 13709 - Patron cards creator utf-8 encoding and ttf fonts broken This change is similar to Bug 8375 which introduced ttf fonts for labels printing in order to support diacritics and utf-8 encoding, but this change was never implemented for patron cards. Test scenario: 1. make sure that you have <ttf> font mapping in koha-conf.xml 2. define partron card layout, template, profile and batch (with utf-8 chars, probably in patron firstname or surname) 3. verify that without this patch pdf export file is error message Wide character in compress at /usr/share/perl5/PDF/Reuse.pm line 820 4. apply this patch and verify that generated pdf has correct encoding Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Patch pushed to master. Thanks Dobrica! Pushed to 3.18.x will be in 3.18.5 FOR FURTHER REFERENCE: "Wide character in compress at /usr/share/perl5/PDF/Reuse.pm line 820" is also triggered if the font, mentioned in the ttf section in the koha-conf.xml file, is NOT INSTALLED. With koha 3.22 I had the problem that exporting a batch with one surname (Jovanić) containing an accented character just ended without error message or result. Changing that name (to Jovanic) resulted in normal result being produced. SO I guess this patch is either incomplete or another subtle detail still needs attention. |