Bugzilla – Attachment 13879 Details for
Bug 9208
overdue letters (pdf) are not correctly encoded
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9208 : Add utf-8 encoding when generating pdf letters from html files.
Bug-9208--Add-utf-8-encoding-when-generating-pdf-l.patch (text/plain), 703 bytes, created by
Sophie MEYNIEUX
on 2012-12-04 15:28:13 UTC
(
hide
)
Description:
Bug 9208 : Add utf-8 encoding when generating pdf letters from html files.
Filename:
MIME Type:
Creator:
Sophie MEYNIEUX
Created:
2012-12-04 15:28:13 UTC
Size:
703 bytes
patch
obsolete
>From fa9cd8e11b8b95cdfaafb71718bb1e7f6ecc7c3f Mon Sep 17 00:00:00 2001 >From: Sophie Meynieux <sophie.meynieux@biblibre.com> >Date: Tue, 4 Dec 2012 16:25:59 +0100 >Subject: [PATCH] Bug 9208 : Add utf-8 encoding when generating pdf letters > from html files. > >--- > misc/cronjobs/printoverdues.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/misc/cronjobs/printoverdues.sh b/misc/cronjobs/printoverdues.sh >index 51bb30f..36aca96 100755 >--- a/misc/cronjobs/printoverdues.sh >+++ b/misc/cronjobs/printoverdues.sh >@@ -39,7 +39,7 @@ then > fi > for i in $1/*.html > do >- xhtml2pdf $optpisa $i; >+ xhtml2pdf --encoding utf-8 $optpisa $i; > done > > if [[ -n $optprinter ]] >-- >1.7.5.4
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 9208
:
13879
|
13935
|
28849
|
28866
|
30810