Bugzilla – Attachment 10652 Details for
Bug 8375
Common diacritics not shown correctly when exporting batch label to PDF
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8375 - Patch for Common diacritics not shown correctly when exporting batch label to PDF
Bug-8375---Patch-for-Common-diacritics-not-shown-c.patch (text/plain), 941 bytes, created by
Mason James
on 2012-07-06 01:55:38 UTC
(
hide
)
Description:
Bug 8375 - Patch for Common diacritics not shown correctly when exporting batch label to PDF
Filename:
MIME Type:
Creator:
Mason James
Created:
2012-07-06 01:55:38 UTC
Size:
941 bytes
patch
obsolete
>From aa8ad200434643e6919355662a0c8c45fc76f0c4 Mon Sep 17 00:00:00 2001 >From: wajasu <matted-34813@mypacks.net> >Date: Thu, 5 Jul 2012 20:02:28 -0500 >Subject: [PATCH] Bug 8375 - Patch for Common diacritics not shown correctly when exporting batch label to PDF >Content-Type: text/plain; charset="utf-8" >http://koha-community.org > >--- > labels/label-create-pdf.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/labels/label-create-pdf.pl b/labels/label-create-pdf.pl >index 6d32c6c..bfd31e4 100755 >--- a/labels/label-create-pdf.pl >+++ b/labels/label-create-pdf.pl >@@ -90,6 +90,7 @@ sub _print_text { > foreach my $text_line (@$label_text) { > my $pdf_font = $pdf->Font($text_line->{'font'}); > my $line = "BT /$pdf_font $text_line->{'font_size'} Tf $text_line->{'text_llx'} $text_line->{'text_lly'} Td ($text_line->{'line'}) Tj ET"; >+ utf8::decode($line); > $pdf->Add($line); > } > } >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8375
:
10651
|
10652
|
10653
|
10654
|
11031
|
12925
|
16548
|
21458
|
26905
|
26906
|
26907
|
26928
|
26976
|
26977
|
26978
|
27335
|
27363
|
27480
|
27482
|
27483
|
27484
|
27917
|
27918
|
37279
|
37285