This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Universal Character Names, v2
- From: martin at v dot loewis dot de (Martin v. Löwis)
- To: tromey at redhat dot com
- Cc: java at gcc dot gnu dot org
- Date: 03 Dec 2002 09:21:31 +0100
- Subject: Re: Universal Character Names, v2
- References: <200211282334.gASNYdTA004058@mira.informatik.hu-berlin.de><87n0no3zme.fsf@fleche.redhat.com>
Tom Tromey <tromey@redhat.com> writes:
> I'm replying since nobody else has. I'm not really an expert in this
> area. In Java <init> and <clinit> are special internal methods. My
> guess -- I'm not that familiar with the mangler -- is that we
> currently rely on the mangler to turn `<' and `>' into more acceptable
> sequences.
Thanks for your comments. I'll see whether I can find a fix for this
problem.
Regards,
Martin