summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index a969ce32..e2b5a83e 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4824,6 +4824,26 @@ print "\n";
<itemizedlist>
<listitem>
<para>
+ Behavior Changes
+ </para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <function>QPDFObjectHandle::newUnicodeString</function> now
+ uses whichever of ASCII, PDFDocEncoding, of UTF-16 is
+ sufficient to encode all the characters in the string. This
+ reduces needless encoding in UTF-16 of strings that can be
+ encoded in ASCII. This change may cause qpdf to generate
+ different output than before when form field values are set
+ using <classname>QPDFFormFieldObjectHelper</classname>.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+ <itemizedlist>
+ <listitem>
+ <para>
Library Enhancements
</para>
<itemizedlist>