Build errors on OS/X French
Andrew Thompson
lordpixel+openjdk at mac.com
Fri Feb 4 20:15:30 PST 2011
On Feb 2, 2011, at 8:40 PM, Michael Hall wrote:
>
> On Feb 2, 2011, at 7:37 PM, Michael Hall wrote:
>
>> BBEdit 6.1.2, Mac OS line endings and no special Unix save options so probably MacRoman?
>
> Oh, and I guess it did show that in fact openjdk javac is still shy this support.
>
Arbitrary file format detection is hard. If it was defaulting to UTF8 it wouldn't recognize MacRoman. If MacRoman was passed explicitly on the command line, it might work.
Character encoders for non-core encodings are typically bundled in a separate JAR, so it is also possible this JAR isn't present or is missing from javac's classpath being used.
AndyT (lordpixel - the cat who walks through walls)
A little bigger on the inside
(see you later space cowboy, you can't take the sky from me)
More information about the macosx-port-dev
mailing list