Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

U+00FE character in ToUnicode table verification fail #982

Closed
MatusPizur opened this issue Dec 4, 2018 · 0 comments · Fixed by veraPDF/veraPDF-parser#371
Closed

U+00FE character in ToUnicode table verification fail #982

MatusPizur opened this issue Dec 4, 2018 · 0 comments · Fixed by veraPDF/veraPDF-parser#371
Assignees
Labels
bug A product defect that needs fixing P2 Medium priority issues to be scheduled in a future release
Milestone

Comments

@MatusPizur
Copy link

MatusPizur commented Dec 4, 2018

Dev Effort

1D

Description

Attached PDF/A-2u file contains single page with single character drawing.
The character drawn is U+00FE.
It is drawn using subsetted CIDFontType2, utilizing ToUnicode map.

VeraPDF verification returns failed check Clause: 6.2.11.7
The Unicode values specified in the ToUnicode CMap shall all be greater than zero (0), but not equal to either U+FEFF or U+FFFE.

In ToUnicode table the character is correctly listed as <00fe>.
I think there is some problem with the unicode value check because U+00FE does not meet any of the fail-conditions and it is a valid "draw-able" character.

PDFA_2u.pdf

@ghost ghost added bug A product defect that needs fixing P2 Medium priority issues to be scheduled in a future release labels Jan 3, 2019
@ghost ghost added this to the v1.14-m4 milestone Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A product defect that needs fixing P2 Medium priority issues to be scheduled in a future release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants