texlive[68457] trunk: pdfjam (5oct23)
commits+karl at tug.org
commits+karl at tug.org
Thu Oct 5 21:40:44 CEST 2023
Revision: 68457
https://tug.org/svn/texlive?view=revision&revision=68457
Author: karl
Date: 2023-10-05 21:40:44 +0200 (Thu, 05 Oct 2023)
Log Message:
-----------
pdfjam (5oct23)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam
trunk/Master/texmf-dist/doc/man/man1/pdfjam.man1.pdf
trunk/Master/texmf-dist/doc/support/pdfjam/VERSION
trunk/Master/texmf-dist/doc/support/pdfjam/pdfjam.conf
trunk/Master/texmf-dist/doc/support/pdfjam/tests.zip
trunk/Master/texmf-dist/scripts/pdfjam/pdfjam
Modified: trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam 2023-10-05 19:40:34 UTC (rev 68456)
+++ trunk/Build/source/texk/texlive/linked_scripts/pdfjam/pdfjam 2023-10-05 19:40:44 UTC (rev 68457)
@@ -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 @@
}
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 @@
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")
Modified: trunk/Master/texmf-dist/doc/man/man1/pdfjam.man1.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/support/pdfjam/VERSION
===================================================================
--- trunk/Master/texmf-dist/doc/support/pdfjam/VERSION 2023-10-05 19:40:34 UTC (rev 68456)
+++ trunk/Master/texmf-dist/doc/support/pdfjam/VERSION 2023-10-05 19:40:44 UTC (rev 68457)
@@ -1 +1 @@
-This is pdfjam 3.08
\ No newline at end of file
+This is pdfjam 3.09
Modified: trunk/Master/texmf-dist/doc/support/pdfjam/pdfjam.conf
===================================================================
--- trunk/Master/texmf-dist/doc/support/pdfjam/pdfjam.conf 2023-10-05 19:40:34 UTC (rev 68456)
+++ trunk/Master/texmf-dist/doc/support/pdfjam/pdfjam.conf 2023-10-05 19:40:44 UTC (rev 68457)
@@ -100,7 +100,7 @@
##
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
##
###############################################################
Modified: trunk/Master/texmf-dist/doc/support/pdfjam/tests.zip
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/pdfjam/pdfjam
===================================================================
--- trunk/Master/texmf-dist/scripts/pdfjam/pdfjam 2023-10-05 19:40:34 UTC (rev 68456)
+++ trunk/Master/texmf-dist/scripts/pdfjam/pdfjam 2023-10-05 19:40:44 UTC (rev 68457)
@@ -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 @@
}
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 @@
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")
More information about the tex-live-commits
mailing list.