This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Solaris -vs- iconv
- To: Anthony Green <green at redhat dot com>
- Subject: RE: Solaris -vs- iconv
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Mon, 26 Mar 2001 21:53:56 -0500 (EST)
- cc: java at gcc dot gnu dot org
On Mon, 26 Mar 2001, Anthony Green wrote:
> Rather than hack libjava.exp, couldn't you just add --encoding=ISO8859-1 to
> libgcj-test.spec.in (assuming the harness is still using it, which it
> probably should be).
Thanks for the tip. Well, that doesn't help with jv-scan, which
understands --encoding but doesn't read a spec file.
That still leaves us with a) modify libjava.exp or b) fix the lexer.
Jeff