This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Solaris -vs- iconv
- To: "Jeff Sturm" <jsturm at one-point dot com>, <java at gcc dot gnu dot org>
- Subject: RE: Solaris -vs- iconv
- From: "Anthony Green" <green at redhat dot com>
- Date: Mon, 26 Mar 2001 14:40:16 -0800
- Reply-To: <green at redhat dot com>
Jeff wrote:
> 1) Hack libjava.exp for --encoding.
>
> I've done this, but it's a little ugly... I had to get all the cases for
> source/bytecode compiling, plus jv-scan. But maybe I was doing something
> wrong.
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).
AG