Re: pdf inclusion bug

Ross Moore <[email protected]> Fri, 29 Mar 2019 22:09:20 +0000
Newsgroups gmane.comp.tex.pdftex
Message-ID <[email protected]>
Hi again,

just adding an extra comment.

On 30 Mar 2019, at 8:51 am, Ross Moore <[email protected]<mailto:[email protected]>> wrote:

and only the "C" will be visible in b.pdf. And if you look into b.pdf, the included font contains "/CharSet (//A /B /C)", which is obviously wrong.

It’s actually a bit worse than this.
The font subset’s Encoding vector has been rewritten:

/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 67 /C put
readonly def

which is why only the C is found.

If the new primitive is used:     \pdfomitcharset=1
the suspect /CharSet is no longer written,
but the problem remains that /A and /B are not found.



Cheers

Ross