From f4ca04cec1a0c4a3c8341ff15f68c06bed89c0d7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 26 Sep 2022 08:05:28 -0400 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 525adb1d..4c1840e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-09-26 Jay Berkenbilt + + * 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 * 11.1.0: release -- cgit v1.2.3-54-g00ecf