Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
* [Caml-list] camomile-0.3.0 is relased.
@ 2003-03-21  9:54 Yamagata Yoriyuki
  0 siblings, 0 replies; only message in thread
From: Yamagata Yoriyuki @ 2003-03-21  9:54 UTC (permalink / raw)
  To: caml-list

camomile-0.3.0 is released.  camomile is a Unicode library for ocaml.
Currently camomile provides

  * Unicode data types.  (Base, UTF8) the Unicode character type and
  several Unicode string implementations. (abstract type internally
  implemented as int array, resizable character array, and UTF8
  encoded normal string.)  Most string API of camomile is a functor over
  string implementation.  Also it should be easy to add new
  implementation as OS wch.

  * Character info.  (UCharInfo)

  * Code converter. (CharEncodings)
  about 200 encodings are supported.  Conversion is either string to
  string, Unicode string to/from string, OO-channel, and Stream.

  * Unicode normalforms, NFD NFKD NFC NFKC. (Normalform)
  Due to the presence of combined characters such as accents, Unicode
  strings have several equivalent representations.  Unicode standard
  defines several "normal forms" for such cases.  This module provides
  conversion to such normal forms.

  * Case mappings (CaseMap) 
  Internationalised case mapping.  German eszet, Greek sigma, Turkish i
  (for Turkish locale) are correctly handled.  (Azeri and Lithuanian
  supports are implemented but not tested) Behaviour of case mapping
  can be adjusted by locale.

  * String Comparison (UCol)
  Behaviour of comparison also can be adjusted by locale.  By default,
  it uses Unicode collation algorithm.  (I believe it is the same as
  Java.)

Changes from 0.2.x are

* Functor design: OO-design is abandoned.  API taking unicode strings
now becomes functors over unicode string implementation.

* The locale can be specified for case mapping and string comparison.

Still quality of the code is alpha, I think.

Download : 
http://prdownloads.sourceforge.net/camomile/camomile-0.3.0.tar.bz2

Homepage : http://camomile.sourceforge.net

camomile comes with a test suite, which includes, among other tests,
conformance tests of Unicode standard for collator and normaliser.

test suite : 
http://prdownloads.sourceforge.net/camomile/blender-0.3.0.tar.bz2

--
Yamagata Yoriyuki

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-21 10:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-21  9:54 [Caml-list] camomile-0.3.0 is relased Yamagata Yoriyuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox