diff options
author | Simon Steiner <ssteiner@apache.org> | 2018-03-19 08:49:57 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2018-03-19 08:49:57 +0000 |
commit | 88751079b006c5e7ce427485dc50bf8a6217c903 (patch) | |
tree | fe441fcd6c845aa90c5a0996b58be04581b49f5b /fop/build.xml | |
parent | a3a3995f8b6f271e57bcd87e2a03f45da2f04c16 (diff) | |
download | xmlgraphics-fop-88751079b006c5e7ce427485dc50bf8a6217c903.tar.gz xmlgraphics-fop-88751079b006c5e7ce427485dc50bf8a6217c903.zip |
FOP-1969: Support for unicode Surrogate pairs
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1827168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop/build.xml')
-rw-r--r-- | fop/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fop/build.xml b/fop/build.xml index 177dbbaf3..8acb727d9 100644 --- a/fop/build.xml +++ b/fop/build.xml @@ -638,7 +638,7 @@ list of possible build targets. <include name="org/apache/fop/util/*OutputStream.class"/> <include name="org/apache/fop/util/SubInputStream.class"/> <include name="org/apache/fop/util/Finalizable.class"/> - <include name="org/apache/fop/util/CharUtilities.class"/> + <include name="org/apache/fop/util/CharUtilities*.class"/> <include name="org/apache/fop/util/DecimalFormatCache*.class"/> <include name="org/apache/fop/util/ImageObject.class"/> <include name="org/apache/fop/util/HexEncoder.class"/> |