summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.