File: javadoc_encoding.patch

package info (click to toggle)
fop 1%3A2.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 112,412 kB
  • sloc: java: 218,337; xml: 103,373; sh: 381; python: 316; javascript: 272; makefile: 44
file content (16 lines) | stat: -rw-r--r-- 729 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>

Index: fop/fop/build.xml
===================================================================
--- fop.orig/fop/build.xml
+++ fop/fop/build.xml
@@ -930,6 +930,7 @@ NOTE:
       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>