This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: I need an advice
- To: Martin Kahlert <martin dot kahlert at infineon dot com>
- Subject: Re: I need an advice
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 17 Aug 2001 07:37:52 -0400 (EDT)
- cc: Tom Tromey <tromey at redhat dot com>, java at gcc dot gnu dot org
On Fri, 17 Aug 2001, Martin Kahlert wrote:
> > I think adding 646 to the alias table is reasonable since this is a
> > known problem for many Solaris boxes.
>
> I do not know much about encoding. In fact, i never used anuthing like that,
> before, so i am the wrong person to ask. Someone told me, that
> 646 was just something like 7 Bit ASCII on Solaris boxes.
I think that's true. It's a crummy default. I use LANG=en_US.UTF-8 for a
minimum hassle on Solaris.
> It would be great, if this stuff would work out of the box on Solaris, so i
> would vote for your solution.
I'll second that.
Jeff