aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-15 21:56:06 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-15 22:13:12 +0100
commita478cbb6dc0e630b919813ad0e7ae1a72510c69d (patch)
treed7106d522f0bf2691c16e76eead59f5707ab67c7 /ChangeLog
parentfbd3e56da787d18e7a8794580d0e95b7669d1bc4 (diff)
downloadqpdf-a478cbb6dc0e630b919813ad0e7ae1a72510c69d.tar.zst
Silently/transparently recognize UTF-16LE as UTF-16 (fixes #649)
The PDF spec only allows UTF-16BE, but most readers seem to accept UTF-16LE as well, so now qpdf does too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 894504c0..08cb1b16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2022-02-15 Jay Berkenbilt <ejb@ql.org>
+ * 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.
+
* Bug fix: 10.6.0 inadvertently removed an unknown/undocumented
CLI parsing feature, which has been restored in 10.6.2. Fixes #652.