xml-commons-apis-bootstrap/xml-commons-encoding.patch

23 lines
1.0 KiB
Diff

--- xml-commons-1.4.01/xml-commons-external-1_3_05/java/external/build.xml 2017-10-04 21:48:12.614748719 +0200
+++ xml-commons-1.4.01/xml-commons-external-1_3_05/java/external/build.xml 2017-10-04 21:49:20.994748978 +0200
@@ -103,7 +103,7 @@
<target name="compile" depends="prepare"
description="Compile all classes">
<javac srcdir="${src.dir}" destdir="${build.classes.dir}"
- debug="${debug}" />
+ debug="${debug}" encoding="UTF-8" />
</target>
<target name="jar" depends="compile"
--- xml-commons-1.4.01/xml-commons-external-1_4_01/java/external/build.xml 2017-10-04 21:48:12.666748720 +0200
+++ xml-commons-1.4.01/xml-commons-external-1_4_01/java/external/build.xml 2017-10-04 21:52:22.566291530 +0200
@@ -103,7 +103,7 @@
<target name="compile" depends="prepare"
description="Compile all classes">
<javac srcdir="${src.dir}" destdir="${build.classes.dir}"
- debug="${debug}" />
+ debug="${debug}" encoding="UTF-8" />
</target>
<target name="jar" depends="compile"