Build errors on OS/X French
Michael Hall
mik3hall at gmail.com
Wed Feb 2 17:37:43 PST 2011
On Feb 2, 2011, at 7:01 PM, Andrew Thompson wrote:
> Are you sure the input file is UTF8?
>
> And not some old Apple specific encoding like MacRoman? Or windows codepage 1252 or ISO 8859-1? basically where did it come from?
>
> What does text wrangler think when you open it?
Good point.
BBEdit 6.1.2, Mac OS line endings and no special Unix save options so probably MacRoman?
Saved with Unix line endings, UTF-8 Unix encoding it java 7 compiles fine.
So I guess the question remains how is Henri ending up with a ascii build. Given the properly UTF-8 encoded source file that just build fine.
/usr/libexec/java_home -v 1.7 --exec javac -d . -encoding ascii TestBuildWithDiacriticals.java
TestBuildWithDiacriticals.java:4: unmappable character for encoding ascii
// ��,��,��
^
TestBuildWithDiacriticals.java:4: unmappable character for encoding ascii
// ��,��,��
^
etc., etc.
More information about the macosx-port-dev
mailing list