Skip to content

Commit

Permalink
add encoding utf8 param to wocompile definition
Browse files Browse the repository at this point in the history
  • Loading branch information
maiksd committed Sep 28, 2012
1 parent 425100c commit 60592ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/build/generic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ There are many ways to use this script:

<antcall target="${before.compile}" />

<wocompile srcdir="${project.sources.dir}" destdir="${build.classes}" debug="on" optimize="off" deprecation="off" source="${compiler.source}" target="${compiler.target}" includeantruntime="false" >
<wocompile srcdir="${project.sources.dir}" destdir="${build.classes}" debug="on" optimize="off" deprecation="off" source="${compiler.source}" target="${compiler.target}" includeantruntime="false" encoding="utf-8">
<!-- compilerarg value="-Xlint:unchecked" -->
<exclude name="**/Tests/**" /> <!-- perhaps not necessary, but will not hurt. -rrk -->
<exclude name="${classes.exclude.0}" />
Expand Down

0 comments on commit 60592ca

Please sign in to comment.