Skip to content

Commit

Permalink
Merge pull request #40 from lucaswerkmeister/enforceUtf8
Browse files Browse the repository at this point in the history
Enforce UTF-8 file encoding for javac
  • Loading branch information
FroMage committed May 5, 2014
2 parents 997835f + 0bc35be commit 29e8607
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
srcdir="${src}"
destdir="${build.classes}"
debug="true"
encoding="UTF8"
classpathref="classpath">
<include name="**/*.java" />
</javac>
Expand Down Expand Up @@ -128,6 +129,7 @@
srcdir="${test.src}"
destdir="${build.classes}"
debug="true"
encoding="UTF8"
classpathref="test.run.classpath">
<include name="**/*.java" />
</javac>
Expand Down

0 comments on commit 29e8607

Please sign in to comment.