This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: libgcj/9802 UTF-8 surrogate handling and char converter pending bytes
- From: Tom Tromey <tromey at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 07 Jun 2003 09:45:00 -0600
- Subject: Re: libgcj/9802 UTF-8 surrogate handling and char converter pending bytes
- References: <1054907059.21991.90.camel@elsschot>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> I have been out of the loop for a while and this is a follow up to a
Mark> patch from a few months ago. I didn't really push it back then since I
Mark> assumed that 3.3 could be released any moment then.
Mark> See http://gcc.gnu.org/ml/java-patches/2003-q1/msg00756.html
Mark> OK to check this in now?
Yes.
Mark> It would be a good idea to also fix this on the 3.3 branch.
Ok. It looks binary compatible, given that the new methods are in
classes not visible to the user.
Tom