Description: Sets the source encoding to fix the build failure with recent JDKs
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -100,6 +100,7 @@
 			srcdir="${dir.src}"
 			destdir="${dir.build}"
 			debug="${debug}"
+			encoding="UTF-8"
 			source="${build.source}"
 			target="${build.target}">
 			<classpath refid="classpath"/>
