Add javac encoding=UTF-8 elsewhere

git-svn-id: https://zxing.googlecode.com/svn/trunk@2616 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-04-01 09:20:03 +00:00
parent 333079fbae
commit ac23123ebf
3 changed files with 10 additions and 5 deletions

View file

@ -38,7 +38,8 @@
debug="true"
deprecation="true"
excludes="**/IntentIntegratorV30.java,**/IntentIntegratorSupportV4.java"
includeantruntime="false">
includeantruntime="false"
encoding="UTF-8">
<classpath>
<pathelement location="${android-home}/platforms/android-10/android.jar"/>
</classpath>
@ -56,7 +57,8 @@
debug="true"
deprecation="true"
excludes="**/IntentIntegratorSupportV4.java"
includeantruntime="false">
includeantruntime="false"
encoding="UTF-8">
<classpath>
<pathelement location="${android-home}/platforms/android-17/android.jar"/>
</classpath>
@ -74,7 +76,8 @@
debug="true"
deprecation="true"
excludes="**/IntentIntegratorV30.java"
includeantruntime="false">
includeantruntime="false"
encoding="UTF-8">
<classpath>
<pathelement location="${android-home}/platforms/android-17/android.jar"/>
<pathelement location="${android-home}/extras/android/compatibility/v4/android-support-v4.jar"/>

View file

@ -38,7 +38,8 @@
optimize="true"
debug="true"
deprecation="true"
includeantruntime="false">
includeantruntime="false"
encoding="UTF-8">
<classpath>
<pathelement location="../core/core.jar"/>
</classpath>

View file

@ -61,7 +61,8 @@
optimize="true"
debug="true"
deprecation="true"
includeantruntime="false">
includeantruntime="false"
encoding="UTF-8">
<classpath>
<fileset dir="web/WEB-INF/lib">
<include name="*.jar"/>