02831b
--- build.xml	2007-08-18 05:02:14.000000000 -0400
02831b
+++ build.xml	2012-01-23 09:52:50.405796336 -0500
02831b
@@ -179,6 +179,7 @@
02831b
           description="Compile shareable components">
02831b
     
02831b
            destdir     ="${build.home}/classes"
02831b
+           encoding    ="ISO-8859-1"
02831b
            debug       ="${compile.debug}"
02831b
            deprecation ="${compile.deprecation}"
02831b
            optimize    ="${compile.optimize}">
02831b
@@ -186,6 +187,7 @@
02831b
     </javac>
02831b
     
02831b
            destdir     ="${build.home}/examples"
02831b
+           encoding    ="ISO-8859-1"
02831b
            debug       ="${compile.debug}"
02831b
            deprecation ="${compile.deprecation}"
02831b
            optimize    ="${compile.optimize}">
02831b
@@ -197,6 +199,7 @@
02831b
           description="Compile unit test cases">
02831b
     
02831b
            destdir     ="${build.home}/tests"
02831b
+           encoding    ="ISO-8859-1"
02831b
            debug       ="${compile.debug}"
02831b
            deprecation ="${compile.deprecation}"
02831b
            optimize    ="${compile.optimize}">
02831b
@@ -244,6 +244,7 @@
02831b
     <mkdir dir="${dist.home}/docs/api"/>
02831b
     
02831b
              destdir      ="${dist.home}/docs/api"
02831b
+             encoding     ="ISO-8859-1"
02831b
              packagenames ="org.apache.commons.*"
02831b
              author       ="true"
02831b
              protected    ="true"