aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/bookmarks/issue-179.pdf
AgeCommit message (Collapse)Author
2018-02-19Properly handle strings with PDF Doc Encoding (fixes #179)Jay Berkenbilt
The QPDF_String::getUTF8Val() method was not treating strings that weren't explicitly Unicode as PDF Doc Encoded. This only affects characters in the range 0x80 through 0xa0.