[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
Wed Sep 25 20:01:01 CEST 2013


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #16548|0                           |1
        is obsolete|                            |

--- Comment #35 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 21458
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21458&action=edit
Bug 8375 - use truetype fonts in PDF::Reuse

Since built-in PDF fonts suport just latin-1 encoding, we have
to switch to truetype fonts to correctly encode all utf-8 characters
(which we should be getting from database anyway).

This approach also nicely sidesteps our encoding cludges, but
requires paths to truetype fonts which are included in koha-conf.xml
under new <ttf> section. Without this directive in kona-conf.xml
code will still use latin-1 built-in pdf fonts.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list