>>>>> ":" == Kaffe CVS <[EMAIL PROTECTED]> writes:

:> 2005-01-07  Ito Kazumitsu  <[EMAIL PROTECTED]>
:> 
:>         * libraries/javalib/java/nio/charset/Charset.java (providers):
:>         New method to make an array of CharsetProviders defined in
:>         META-INF/services/java.nio.charset.spi.CharsetProvider.
:>         (charsetForName, availableCharsets): Use the new method providers().

And now I am writing a new subclass of
java.nio.charset.spi.CharsetProvider, which wraps
kaffe.io.{ByteToChar|CharToByte}Converter.

With this new CharsetProvider, any charset that is supported by
kaffe.io.{ByteToChar|CharToByte}Converter can be used as a
java.nio.charset.Charset.

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to