Eric Leleu created PDFBOX-1357:
----------------------------------
Summary: Missing character encoding in MacRoman & WinAnsi
Key: PDFBOX-1357
URL: https://issues.apache.org/jira/browse/PDFBOX-1357
Project: PDFBox
Issue Type: Bug
Components: PDModel, Preflight
Affects Versions: 1.7.0
Reporter: Eric Leleu
Assignee: Eric Leleu
Priority: Minor
Fix For: 1.8.0
During my Preflight refactoring, I encountered some characters mapping that are
missing from the WinAnsiEncoding and the MacRomanEncoding.
"nonbreaking space" is missing from the WInAnsi and the MacRoman Encoding that
must be mapped with the "space" character.
"soft hyphen" is missing from the WinAnsi encoding that must be mapped with the
"hyphen" character.
Unfortunately, they are no clearly defined name for these two characters, so
only the getName() method have been updated to return "space" and "hyphen" when
code for the "nonbreaking space" or "soft hyphen" is received.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira