You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Petr Slaby (JIRA)" <ji...@apache.org> on 2014/06/03 12:08:01 UTC

[jira] [Created] (PDFBOX-2109) CFFParser uses String constructor without encoding

Petr Slaby created PDFBOX-2109:
----------------------------------

             Summary: CFFParser uses String constructor without encoding
                 Key: PDFBOX-2109
                 URL: https://issues.apache.org/jira/browse/PDFBOX-2109
             Project: PDFBox
          Issue Type: Bug
            Reporter: Petr Slaby
            Priority: Trivial
         Attachments: CFFParser.java.patch

The string constructor called in CFFParser#readTagName() should specify an encoding, probably "ISO-8859-1", otherwise it will not work on systems where the default encoding is something "exotic" (we have some with EBCDIC, but I never tried to run PDFBox there). Patch attached.



--
This message was sent by Atlassian JIRA
(v6.2#6252)