[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
java.nio.charset
From: |
Takashi Okamoto |
Subject: |
java.nio.charset |
Date: |
Sat, 28 Jul 2001 20:33:50 +0900 |
User-agent: |
Wanderlust/2.7.1 (Too Funky) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386-debian-linux-gnu) MULE/4.1 (AOI) |
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 <address@hidden>
nio-charset.tgz
Description: Binary data
- java.nio.charset,
Takashi Okamoto <=