You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Eric Leleu (JIRA)" <ji...@apache.org> on 2012/07/10 21:06:34 UTC

[jira] [Created] (PDFBOX-1357) Missing character encoding in MacRoman & WinAnsi

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

        

[jira] [Resolved] (PDFBOX-1357) Missing character encoding in MacRoman & WinAnsi

Posted by "Eric Leleu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Leleu resolved PDFBOX-1357.
--------------------------------

    Resolution: Fixed
    
> 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