Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.1.2
-
Fix Version/s: 6.0
-
Component/s: Core/Rendering, Font Engine
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13389 - https://icesoft.my.salesforce.com/50070000019FFTE
Description
With the provided PDF file, the Euro symbol (€) is being rendered as a question mark (?). This was after the fixed form PDF-875.
Activity
Arran Mccullough
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44700 | Fri May 15 09:05:08 MDT 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/branches/icepdf-5.0.1/icepdf/core/src/org/icepdf/core/pobjects/fonts/FontFactory.java
|
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 5.2 [ 10970 ] | |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #44763 | Mon May 25 12:40:12 MDT 2015 | patrick.corless | |
Files Changed | ||||
MODIFY
/icepdf/trunk/icepdf/core/src/org/icepdf/core/pobjects/fonts/FontFactory.java
|
Patrick Corless
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Because the font type error the encoding data was not correctly applied and thus the differences table containing the /Euro mapping wasn't applied. I've added some code that should fix the issue but will hopefully not create any regressions.