aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-nativewindow.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-01-23 04:06:04 +0100
committerSven Gothel <[email protected]>2012-01-23 04:06:04 +0100
commit6bdf15f28da748c974536e799a9f6541e3615948 (patch)
tree1f9f40e0d7c2aa0fdffad85eef34b0c4c7296f73 /make/build-nativewindow.xml
parentfc45c16c1442984a6e6e4ad308dbf15e91fd215c (diff)
javac - setup encoding to UTF-8
Diffstat (limited to 'make/build-nativewindow.xml')
-rw-r--r--make/build-nativewindow.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml
index 336ab0277..40fd24def 100644
--- a/make/build-nativewindow.xml
+++ b/make/build-nativewindow.xml
@@ -318,6 +318,7 @@
fork="yes"
includeAntRuntime="false"
memoryMaximumSize="${javac.memorymax}"
+ encoding="UTF-8"
source="${target.sourcelevel}"
target="${target.targetlevel}"
bootclasspath="${target.rt.jar}"