Freenet compilation errors.
Oskar Liljeblad
osk@hem.passagen.se
Sun Jan 7 00:53:00 GMT 2001
On Saturday, January 06, 2001 at 13:28, Tom Tromey wrote:
>> Here's another one I can explain:
>> ../contrib/fproxy/mumail/mime/MIME.java:2: unrecognized character in input stream.
> * Copyright (C) 1998 Mark Tümpfel and Uli Luckas
>> Your source files are probably encoded using Latin-1. If that's the
> case you have to explicitly tell gcj when compiling:
>> gcj --encoding=8859_1 ...
This might've been brought up before, but shouldn't this be the default?
At least it seems to be for Sun javac.
Or is there any environment variable I can set to make this the default?
(Wouldn't GCJ be able to import my LC_CTYPE=en_GB, which allows ls to
print 8859_1 characters?)
Oskar (osk@hem.passagen.se)
More information about the Java
mailing list