1--- misc/commons-httpclient-3.1/build.xml	2007-08-18 11:02:14.000000000 +0200
2+++ misc/build/commons-httpclient-3.1/build.xml	2014-03-11 15:25:51.000000000 +0100
3@@ -181,14 +181,16 @@
4            destdir     ="${build.home}/classes"
5            debug       ="${compile.debug}"
6            deprecation ="${compile.deprecation}"
7-           optimize    ="${compile.optimize}">
8+           optimize    ="${compile.optimize}"
9+           encoding    ="iso8859-1">
10       <classpath refid="compile.classpath"/>
11     </javac>
12     <javac srcdir      ="${source.home}/examples"
13            destdir     ="${build.home}/examples"
14            debug       ="${compile.debug}"
15            deprecation ="${compile.deprecation}"
16-           optimize    ="${compile.optimize}">
17+           optimize    ="${compile.optimize}"
18+           encoding    ="iso8859-1">
19       <classpath refid="compile.classpath"/>
20     </javac>
21   </target>
22@@ -199,7 +201,8 @@
23            destdir     ="${build.home}/tests"
24            debug       ="${compile.debug}"
25            deprecation ="${compile.deprecation}"
26-           optimize    ="${compile.optimize}">
27+           optimize    ="${compile.optimize}"
28+           encoding    ="iso8859-1">
29       <classpath refid="test.classpath"/>
30     </javac>
31     <copy todir="${build.home}/tests" filtering="on">
32