This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: The encoding 646 once again
- From: Tom Tromey <tromey at redhat dot com>
- To: martin dot kahlert at infineon dot com
- Cc: java at gcc dot gnu dot org
- Date: 15 Mar 2002 08:48:07 -0700
- Subject: Re: The encoding 646 once again
- References: <20020315092642.A4595@keksy.muc.infineon.com>
- Reply-to: tromey at redhat dot com
>>>>> "Martin" == Martin Kahlert <martin.kahlert@infineon.com> writes:
Martin> Once upon a time i complaint about Sun Solaris' inability to
Martin> provide a working iconv implementation which caused my
Martin> application to try to find the 646 encoding about some million
Martin> times - it was not that fast.
Martin> Now i have to give gcj --encoding=UTF-8 in order to work on
Martin> Solaris otherwise it says hello.java:0: unknown encoding:
Martin> `646'.
Does using --encoding=ASCII work for you? My understanding is that
646 is ASCII. If `--encoding=ASCII' doesn't work then we'd need to
add more code. If it does work then we just have to add alias
capability. I think that is probably reasonable.
Tom