Description: Fixes the build failure with Java 9
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -16,6 +16,7 @@
 	    source="1.5"
             target="1.5"
             debug="true"
+            encoding="ISO-8859-1"
         >
             <src path="src"/>
             <src path="generated/"/>
@@ -42,6 +43,7 @@
             deprecation="true"
 	    source="1.5"
             target="1.5"
+            encoding="ISO-8859-1"
         >
             <src path="lib/jas/src/scm"/>
             <src path="generated/scm"/>
@@ -55,6 +57,7 @@
             debug="true"
 	    source="1.5"
             target="1.5"
+            encoding="ISO-8859-1"
         >
             <src path="lib/jas/src/scm/autogen/"/>
         </javac>
@@ -81,6 +84,7 @@
             debug="true"
 	    source="1.5"
             target="1.5"
+            encoding="ISO-8859-1"
         >
             <src path="lib/jas/src/jas"/>
         </javac>
