This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Solaris -vs- iconv
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: Solaris -vs- iconv
- From: Tom Tromey <tromey at redhat dot com>
- Date: 03 Apr 2001 07:15:41 -0600
- Cc: Jeff Sturm <jsturm at one-point dot com>, java at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10103261550370.9543-100000@mars.deadcafe.org> <3ABFE959.458D6691@albatross.co.nz> <8766gqd9fp.fsf@creche.redhat.com> <3AC93074.BB069595@albatross.co.nz>
- Reply-To: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> So the JDK, and by extension, javac, have their own character
Bryce> converters, probibly written in Java, and thus don't need
Bryce> iconv?
I believe so.
Bryce> What does jikes do?
I don't know. I'm guessing that it uses IBM's C++-based i18n
toolkit. I forget what that is called.
Tom