I have the following error launching my ant script:
[javac] /****/TextUtils.java:25: error: unmappable character for encoding ASCII
But this file is encoded in UTF-8, if i do the info command:
/***/TextUtils.java: text/plain; charset=utf-8
Why is this file compiled in ASCII and not in utf-8?
I tried to force the encoding in utf-8 on the javac command in my ant build file but without success