Build errors on OS/X French
Michael Hall
mik3hall at gmail.com
Wed Feb 2 15:51:10 PST 2011
On Feb 2, 2011, at 4:45 PM, Michael Hall wrote:
>> \
>
> More or less what I assumed. Sort of oddly if I try this...
>
> public class TestBuildWithDiacriticals {
> // é,è,à
>
> public static void main(String[] args) {}
> }
>
> javac compiles it fine? If it's javac throwing the error on yours it doesn't seem to make a lot of sense.
Sorry, it occurs to me I tested the wrong javac, the builtin works fine.
/usr/libexec/java_home -v 1.7 --exec javac -d . TestBuildWithDiacriticals.javaTestBuildWithDiacriticals.java:4: unmappable character for encoding UTF8
// �,�,�
^
TestBuildWithDiacriticals.java:4: unmappable character for encoding UTF8
// �,�,�
^
TestBuildWithDiacriticals.java:4: unmappable character for encoding UTF8
// �,�,�
^
3 errors
Not so good.
More information about the macosx-port-dev
mailing list