summaryrefslogtreecommitdiff
path: root/support/pdfjam
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-10-06 03:01:32 +0000
committerNorbert Preining <norbert@preining.info>2023-10-06 03:01:32 +0000
commiteb5f6f6b85d43592051aaf5c6e14e4173cffeba9 (patch)
tree3ad2247ded22493e2facfbae25b88d20c4144292 /support/pdfjam
parentde10325d1f4ef1ac2c14d6e3711771caf4a4f3ae (diff)
CTAN sync 202310060301
Diffstat (limited to 'support/pdfjam')
-rw-r--r--support/pdfjam/VERSION2
-rwxr-xr-xsupport/pdfjam/bin/pdfjam6
-rw-r--r--support/pdfjam/pdfjam.conf2
3 files changed, 5 insertions, 5 deletions
diff --git a/support/pdfjam/VERSION b/support/pdfjam/VERSION
index 824e1853a4..093797fc7e 100644
--- a/support/pdfjam/VERSION
+++ b/support/pdfjam/VERSION
@@ -1 +1 @@
-This is pdfjam 3.08 \ No newline at end of file
+This is pdfjam 3.09
diff --git a/support/pdfjam/bin/pdfjam b/support/pdfjam/bin/pdfjam
index cd6ea75cbe..04099e3917 100755
--- a/support/pdfjam/bin/pdfjam
+++ b/support/pdfjam/bin/pdfjam
@@ -1,5 +1,5 @@
#!/bin/sh
-version=3.08
+version=3.09
#########################################################################
## ##
## pdfjam: A shell-script interface to the "pdfpages" LaTeX package ##
@@ -1151,7 +1151,7 @@ select_pdfinfo () {
}
echo_hex_iconv_utf16be () {
printf '%s' "$1" | \
- "$iconv" -f utf8 -t utf16be | \
+ "$iconv" -f UTF-8 -t UTF-16BE | \
od -An -v -tx1 | \
tr -d '[:space:]'
}
@@ -1172,7 +1172,7 @@ if test "$keepinfo" = true ; then
fi
echo_iconv_from_enc () {
printf '%s' "$2" | \
- "$iconv" -f "$1" -t utf8
+ "$iconv" -f "$1" -t UTF-8
}
if test -n "$pdfTitle" ; then
pdftitl=$(echo_iconv_from_enc "$enc" "$pdfTitle")
diff --git a/support/pdfjam/pdfjam.conf b/support/pdfjam/pdfjam.conf
index b33ac97582..c1a14a1266 100644
--- a/support/pdfjam/pdfjam.conf
+++ b/support/pdfjam/pdfjam.conf
@@ -100,7 +100,7 @@ twoside='false' ## overridden by '--twoside' in the call
##
preamble='' ## concatenate other strings to this by using '--preamble'
##
-# enc='utf8' ## overridden by '--enc ENC' in the call
+# enc='UTF-8' ## overridden by '--enc ENC' in the call
# ## ENC must be one of iconv encodings
##
###############################################################