From 6bdf15f28da748c974536e799a9f6541e3615948 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 23 Jan 2012 04:06:04 +0100 Subject: javac - setup encoding to UTF-8 --- make/build-nativewindow.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'make/build-nativewindow.xml') 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}" -- cgit v1.2.3