aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-23 22:39:27 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-24 00:25:43 +0200
commit22b35c49289157204b35a851f3cb9cade9e98559 (patch)
tree49b9f289b1feccaefe04355dd80c5e7c10917cbc /ChangeLog
parent5bbb0d4c307bff58e9928a1c757438d033687ce3 (diff)
downloadqpdf-22b35c49289157204b35a851f3cb9cade9e98559.tar.zst
Expose QUtil::get_next_utf8_codepoint
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2e19b9d..aa8842ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2022-04-23 Jay Berkenbilt <ejb@ql.org>
+
+ * Add new method QUtil::is_explicit_utf8 that tests whether a
+ string is explicitly marked as being UTF-8 encoded, as allowed by
+ the PDF 2.0 spec. Such a string starts with the bytes 0xEF 0xBB
+ 0xBF, which is the UTF-8 encoding of U+FEFF.
+
+ * Add new method QUtil::get_next_utf8_codepoint as a low-level
+ helper for iterating through the UTF-8 characters in a byte
+ string.
+
2022-04-16 Jay Berkenbilt <ejb@ql.org>
* Breaking CLI change: the default value for --json is now