From 22b35c49289157204b35a851f3cb9cade9e98559 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 23 Apr 2022 16:39:27 -0400 Subject: Expose QUtil::get_next_utf8_codepoint --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2e19b9d..aa8842ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2022-04-23 Jay Berkenbilt + + * 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 * Breaking CLI change: the default value for --json is now -- cgit v1.2.3-70-g09d2