[
https://issues.apache.org/jira/browse/PDFBOX-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Petr Slaby updated PDFBOX-2109:
-------------------------------
Attachment: CFFParser.java.patch
> 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)