summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-16 01:22:35 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-16 01:22:35 +0100
commite810fe678a5615e3a4bfa16543bfdbdad78cd273 (patch)
treefe92db87bbbd806ade9b0818126787dbd9d3c2a2 /ChangeLog
parente35abe2fb7ee8daac5841178429fc116f0b60597 (diff)
downloadqpdf-e810fe678a5615e3a4bfa16543bfdbdad78cd273.tar.zst
Fix asymmetry between newUnicodeString and getUTF8Value
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08cb1b16..02b80264 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-02-15 Jay Berkenbilt <ejb@ql.org>
+ * Fix asymmetrical logic between
+ QPDFObjectHandle::newUnicodeString() and
+ QPDFObjectHandle::getUTF8Val(). The asymmetrical logic didn't
+ matter before fixing the PDF Doc transcoding bugs.
+
* When analyzing PDF strings, recognize UTF-16LE as UTF-16. The
PDF spec only allows UTF-16BE, but most readers seem to allow
both. Fixes #649.