2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-22 18:19:08 +00:00
qpdf/libtests/qtest/qutil
Jay Berkenbilt 1065bbb016 Handle odd PDFDoc codepoints in UTF-8 during transcoding (fixes #650)
There are codepoints in PDFDoc that are not valid UTF-8 but map to
valid UTF-8. We were handling those correctly with bidirectional
mapping.

However, if those same code points appeared in UTF-8, where they have
no meaning, they were left as fixed points when converting to PDFDoc,
where they do have meaning. This change recognizes them as errors.
2022-02-15 08:32:38 -05:00
..
other-file Allow reading command-line args from files (fixes #16) 2017-07-29 22:23:21 -04:00
qutil.out Handle odd PDFDoc codepoints in UTF-8 during transcoding (fixes #650) 2022-02-15 08:32:38 -05:00
wmain.out Make QPDFArgParser accept const argv 2022-02-01 13:50:58 -05:00