[pdftex] pdflatex failures on big-endian architectures (s390x / ppc64)
The Thanh Han
hanthethanh at gmail.com
Sun Oct 29 10:09:06 CET 2023
Hi Hilmar,
I tested as following:
# create test file:
cat <<EOT > f.tex
\input plain.tex
\input pdftexconfig.tex
\input pdftexmagfix.tex
\pdfcompresslevel=0
\pdfobjcompresslevel=0
\pdfgentounicode=1
\input glyphtounicode
abc
\end
EOT
# symlink patched pdftex as pdftex2:
ln -s /var/tmp/pdftex_hille42_20231027 ./pdftex2
# set TEXMFCNF so that pdftex2 can find relevant files:
export
TEXMFCNF=/etc/texmf/web2c:/usr/local/share/texmf/web2c:/usr/share/texlive/texmf-dist/web2c
# run pdftex2:
./pdftex2 -ini f.tex
# check output:
view f.pdf
.
.
CMapType 2 def
1 begincodespacerange
<00> <FF>
endcodespacerange
7 beginbfrange
<07> <08> <03A5>
<23> <26> <0023>
<28> <3B> <0028>
<3F> <5B> <003F>
<61> <7A> <0061>
<7B> <7C> <2013>
<A8> <A9> <03A5>
endbfrange
78 beginbfchar
<00> <0393>
<01> <2206>
<02> <0398>
<03> <039B>
<04> <039E>
<05> <03A0>
<06> <03A3>
.
.
is it possible that you are still invoking the stock pdftex instead of the
patched one?
Regards,
Thanh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/pdftex/attachments/20231029/f33ed727/attachment.htm>
More information about the pdftex
mailing list.