From: YAMAGATA y. <yor...@ma...> - 2001-11-14 10:25:57
|
(* Appologies if someone recieve this mail twice. I have sent this from a wrong address. *) It is not directly related to ocamlnet, but I think you may be interest in it, especially because it provides Japanese encoding support. I have made an experimental library for Unicode support, which currently provides the following modules. 1) Uchar : a bare minimal implementation of ISO-UCS characters. 2) Ustring : a mutable string for UCS characters. 3) Utext : an immutable string for UCS characters. 4) Ubuffer : an extensible buffer for UCS characters. 5) Char_encoding : an implementation of various character encodings, as UTF-8, UTF16-BE/LE, All encodings provided Netmapping module in Netstring library, All major Japanese encodings (iso-2022-jp, euc-jp, sjis). you can obtain this from http://www.ms.u-tokyo.ac.jp/~yoriyuki/camomile.tar.gz If someone is interested in development of this library, I will make a Sourceforge project. Contribution and comments are welcome. -- YAMAGATA, yoriyuki (doctoral student) Department of Mathematical Science, University of Tokyo. |