@@ -, +, @@ --- misc/cronjobs/printoverdues.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/misc/cronjobs/printoverdues.sh +++ a/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 ]] --