Re: [Podofo-users] bug in podofo standard encoding vector

2020-08-12 Thread zyx
On Tue, 2020-06-16 at 11:08 +0200, Michal Sudolsky wrote: > Svn patch attached Hi, thank you both. I committed the patch as [r2013], with credits to Ferdinand. Bye, zyx [r2013] http://sourceforge.net/p/podofo/code/2013 ___ Pod

Re: [Podofo-users] bug in podofo standard encoding vector

2020-06-16 Thread Michal Sudolsky
inand Oeinck > *Cc:* Ferdinand Oeinck ; Dominik Seichter via Podofo-users > *Subject:* Re: [Podofo-users] bug in podofo standard encoding vector > > >> >> you could start with counting the number of entries in the s_cEncoding >> array. >> >> It sums up to 25

Re: [Podofo-users] bug in podofo standard encoding vector

2020-06-16 Thread Ferdinand Oeinck
dotless i. regards, Ferdinand From: Michal Sudolsky Sent: Tuesday, June 16, 2020 11:08 AM To: Ferdinand Oeinck Cc: Ferdinand Oeinck ; Dominik Seichter via Podofo-users Subject: Re: [Podofo-users] bug in podofo standard encoding vector you could start with counting the number of entr

Re: [Podofo-users] bug in podofo standard encoding vector

2020-06-16 Thread Michal Sudolsky
> > > you could start with counting the number of entries in the s_cEncoding > array. > > It sums up to 255 instead of 256. The indices are in the comments in hex. > 0xCC is missing! > Yes I noticed that there is one entry missing. This is here from 2010 when these encodings were added. > Otherw

Re: [Podofo-users] bug in podofo standard encoding vector

2020-06-16 Thread Ferdinand Oeinck
Hi, you could start with counting the number of entries in the s_cEncoding array. It sums up to 255 instead of 256. The indices are in the comments in hex. 0xCC is missing! Otherwise you could save a pdf with a subsetted type1 font and use the 'í'. Then look with a debugger at line 626 of

Re: [Podofo-users] bug in podofo standard encoding vector

2020-06-15 Thread Michal Sudolsky
Hi, Can you please let me know how exactly I can test this? On Mon, Jun 1, 2020 at 3:28 PM Ferdinand Oeinck wrote: > Hi, > > I'm using the podofo source code since some years. > > In my own copy I fixed this bug in PdfEncoding.cpp in 2013. > > Recently I've update my source code to 0.9.6 and fo

[Podofo-users] bug in podofo standard encoding vector

2020-06-01 Thread Ferdinand Oeinck
Hi, I'm using the podofo source code since some years. In my own copy I fixed this bug in PdfEncoding.cpp in 2013. Recently I've update my source code to 0.9.6 and found the bug is still present on sourceforge. Maybe you could fix it in the main repository? Thanks in advance! Ferdinand Oeinck