aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-26 14:05:28 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-26 14:06:47 +0200
commitf4ca04cec1a0c4a3c8341ff15f68c06bed89c0d7 (patch)
tree4699cc60ca8e4779db4635a7342f4ff9dfffceb1 /ChangeLog
parent4fb7d1335a4660bb8748773294f2dea979fcdbb7 (diff)
downloadqpdf-f4ca04cec1a0c4a3c8341ff15f68c06bed89c0d7.tar.zst
Fix edge case in character encoding (fixes #778)
Avoid representing as PDF Doc encoding any string whose PDF Doc encoding representation starts with a UTF-16 or UTF-8 marker.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 525adb1d..4c1840e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-09-26 Jay Berkenbilt <ejb@ql.org>
+
+ * Bug fix: avoid using PDF Doc encoding for strings whose PDF Doc
+ encoding representation starts with UTF-16 or UTF-8 markers. Fixes
+ #778.
+
2022-09-14 Jay Berkenbilt <ejb@ql.org>
* 11.1.0: release