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: more build problems, sun sparc solaris 2.7


>>>>> "Zack" == Zack Weinberg <zackw@stanford.edu> writes:

Zack> Shouldn't there be a way to override the file encoding from
Zack> inside the file?

Nope.

Zack> I don't know what Java's equivalent of #pragma is, but there
Zack> must be something...

There isn't anything.

We could abuse comments to do it, I suppose.  But it doesn't seem all
that important.  Java .class files are used where C or C++ would use
header files.  .class files always use UTF-8.

Tom

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