Skip to content

Commit

Permalink
Force UTF8 on all IO operations in Ant
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Apr 10, 2013
1 parent 0dfbf25 commit 04a7e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/build.xml
Expand Up @@ -48,7 +48,7 @@
</filterchain>
</concat>
<!-- Temporary fix - to be replaced by modern and old IE targeted output -->
<copy file="${dist.dir}/pe-ap.js" tofile="${dist.dir}/pe-ap-ie.js"/>
<copy file="${dist.dir}/pe-ap.js" tofile="${dist.dir}/pe-ap-ie.js" encoding="UTF-8"/>
</target>

<target name="-build-flot" description="Concat flot and any plugins into single file. Done for gh-1276">
Expand Down

0 comments on commit 04a7e82

Please sign in to comment.