1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: Set javadoc output encoding to UTF-8
Set javadoc output encoding to UTF-8, to make the build reproducible.
Author: Alexis Bienvenüe <pado@passoire.fr>
--- a/fop/build.xml
+++ b/fop/build.xml
@@ -908,6 +908,7 @@
windowtitle="${Name} ${version} API"
doctitle="Apache Formatting Objects Processor (FOP)"
bottom="Copyright ${year} The Apache Software Foundation. All Rights Reserved."
+ encoding="UTF-8" docencoding="UTF-8" charset="UTF-8"
overview="${src.java.dir}/org/apache/fop/overview.html"
maxmemory="256M">
<header><![CDATA[${name} ${version}]]></header>
|