Hi, classpath.
I tried to implementaion of java.nio.charset package. But I noticed
it's far away. I don't have enought time to implement all.
Now I implemented UTF8 and ISO-8859-1 decoder & encoder, and it works
with jdk1.4. I attached it to this mail. I want to contribute it to
classpath project though it may be only scrap now...
regards.
usage memo:
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.
----
Takashi Okamoto <[EMAIL PROTECTED]>
nio-charset.tgz