classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weird characters in java/lang/Character.java


From: Brian Jones
Subject: Re: Weird characters in java/lang/Character.java
Date: 31 Aug 2001 23:49:06 -0400
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

"Etienne M. Gagnon" <address@hidden> writes:

> Tom Tromey wrote:
> > I'm guessing that jikes is assuming one particular character encoding
> > for the input file (probably UTF-8), while Character.java is actually
> > written in Latin-1.
> > 
> > So telling jikes about the actual encoding would probably work.
> 
> jikes -encoding latin1 fails too.  ASCII (or Unicode escapes) rewrite 
> would be best.  Anyway, these are in the /** javadoc comments */ parts 
> mainly, so they would probably cause problems for correct display in 
> browsers.

Strangely I don't have this problem and I have been using jikes to
compile Classpath for more than a year...  I'm using jikes 1.13
straight out of Red Hat 7.1.  If you compiled it yourself, maybe you
left out iconv or something... the jikes list is more appropriate for
that discussion.

Brian
-- 
Brian Jones <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]