This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Freenet compilation errors.


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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]