aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-21 20:03:45 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-21 21:57:13 +0200
commit952a665a4ed51400b5925e7cd69f08f0aeb374fe (patch)
tree080fef42cc7978c01e88a854ce9b96fb1b1916c0 /ChangeLog
parente44c395c51518bafbf8f8466ea5a0f4b1f2b2efe (diff)
downloadqpdf-952a665a4ed51400b5925e7cd69f08f0aeb374fe.tar.zst
Better support for creating Unicode strings
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cabf7efe..e27b680d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-06-21 Jay Berkenbilt <ejb@ql.org>
+
+ * Added QPDFObject::newUnicodeString and QPDFObject::unparseBinary
+ to allow for more convenient creation of strings that are
+ explicitly encoded in UTF-16 BE. This is useful for creating
+ Unicode strings that appear outside of content streams, such as in
+ page labels, outlines, form field values, etc.
+
2018-06-20 Jay Berkenbilt <ejb@ql.org>
* Added new classes QPDFAcroFormDocumentHelper,