[Jython-checkins] jython: specify a utf8 source encoding for PyByteArrayTest.java

philip.jenvey jython-checkins at python.org
Mon Sep 10 21:20:41 CEST 2012


http://hg.python.org/jython/rev/d1983532a776
changeset:   6866:d1983532a776
user:        Philip Jenvey <pjenvey at underboss.org>
date:        Mon Sep 10 12:20:11 2012 -0700
summary:
  specify a utf8 source encoding for PyByteArrayTest.java
fixes #1969
thanks yyamano

files:
  build.xml |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -571,7 +571,8 @@
                source="${jdk.source.version}"
                debug="${debug}"
                deprecation="${deprecation}"
-               nowarn="${nowarn}">
+               nowarn="${nowarn}"
+               encoding="UTF-8">
             <compilerarg line="${javac.Xlint}"/>
             <classpath refid="test.classpath" />
         </javac>

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list