java.nio.charset package ver 0.001 (JDK1.4)

Takashi Okamoto tora@debian.org

This library needs JDK1.4 now.
But it will work with classpath when ByteBuffer and CharBuffer will be 
inplemented to classpath.

In the first you must edit first liine in Makefile for your JDK1.4.

	JAVA_HOME=/usr/local/j2sdk1.4.0

for compile

# make

for test

# make test


This test compares input and output.
OK will be outputted if the output is the same as the input. 
Otherwise Error will be outputted.

input
  |
  |   decode xxx
  V
char[] decode 
  |
  |  encode xxx
  V
byte[] encode


xxx is encode name. 
Currently this library supports UTF-8 ISO-8859-1.

