Details
Description
http://www.icefaces.org/JForum/posts/list/12822.page
Some of our source code looks like it's encoded as Windows-1252, and not UTF-8. If you look at icepdf/core/src/org/icepdf/core/pobjects/annotations/Annotation.java you'll find curly quote characters instead of the ASCII quote characters. We should probably just keep our code 7 bit clean to avoid any issues of encoding.
Some of our source code looks like it's encoded as Windows-1252, and not UTF-8. If you look at icepdf/core/src/org/icepdf/core/pobjects/annotations/Annotation.java you'll find curly quote characters instead of the ASCII quote characters. We should probably just keep our code 7 bit clean to avoid any issues of encoding.
Activity
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 3.1 [ 10181 ] | |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Updated characters in comments that where generating the "unmappable character for encoding UTF8" with characters that can be mapped. I'll try to be more aware of this issue in the future.