From 31372ef7c5415cc42cb49e1573f51e5e455fd883 Mon Sep 17 00:00:00 2001 From: Jan Berkel Date: Mon, 21 Feb 2011 01:53:58 +0100 Subject: [PATCH] Set encoding to utf8 to get rid of javac warnings "warning: unmappable character for encoding ascii" yada yada --- default.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/default.properties b/default.properties index 9d536c382..528230532 100644 --- a/default.properties +++ b/default.properties @@ -12,3 +12,4 @@ split.density=false # Project target. target=android-9 extensible.libs.classpath=compile-only-libs +java.encoding=utf8