This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: New collator for GCJ
- From: Tom Tromey <tromey at redhat dot com>
- To: Guilhem Lavaux <guilhem at kaffe dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 17 May 2004 12:56:16 -0600
- Subject: Re: New collator for GCJ
- References: <40A7A55F.50502@kaffe.org>
- Reply-to: tromey at redhat dot com
>>>>> "Guilhem" == Guilhem Lavaux <guilhem@kaffe.org> writes:
Guilhem> I have noticed that the new classpath's RuleBasedCollator has not been
Guilhem> included in GCJ.
Yeah, there appear to be several java.text classes which haven't been
pulled in from Classpath recently. I'll try to get to this soon.
BTW, great work on this... our java.text hasn't gotten much
attention since it was first written, and meanwhile the specs have
been updated and things added. I'm happy you're hacking on this :-)
Tom