This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] java.nio -- important, please test on your platform
- From: jmr at ugcs dot caltech dot edu (Jesse Rosenstock)
- To: tromey at redhat dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 20 Feb 2003 01:49:48 -0800
- Subject: Re: [PATCH] java.nio -- important, please test on your platform
Tom Tromey writes:
>One of the big unmerged areas between Classpath and libgcj is the
>charset conversion code. I've been hoping we could switch everything
>over to use java.nio instead of picking an implementation. Does that
>seem reasonable? What about efficiency? And can the java.nio
>converters still use iconv as a fallback?
That sounds reasonable once they've been tested enough. I don't know
about efficiency, someone will need to test the code. I can look at it
soon. The java.nio converters don't currently use iconv, but I can add
that, too.