Browse thread
mboxlib reloaded ;-)
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-05-01 (11:00) |
From: | Oliver Bandel <oliver@f...> |
Subject: | camomile-problem (Re: [Caml-list] mboxlib reloaded ;-)) |
On Sun, Apr 29, 2007 at 11:51:00AM -0700, Robert Roessler wrote: > Oliver Bandel wrote: > >... > >Aha, ok, you say there must be UTF-8 compatibility.... > >...well I have not thought about this... well... > >...good hint! > > > > > >...any bindings for UTF-8-libs for OCaml avialable somewhere? > >Or other necessary things? > > There is always the [LGPL] > > http://camomile.sourceforge.net/ > > "Camomile is a comprehensive Unicode library for objective caml (a. k. > a. OCaml or O'Caml) language. Camomile provides Unicode character > type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 > encodings, collation and locale-sensitive case mappings, and more." Ah, fine. :) But not so fine is: ============================================================ [...] public/uText.mli:50:38: missing terminating ' character public/uText.mli:51:35: missing terminating ' character public/uText.mli:67:29: missing terminating ' character In file included from public/main.mlp:46: public/xString.mli:33:29: missing terminating ' character make: *** [public/main.ml] Error 1 rm internal/uReStrLexer.ml internal/uReStrParser.ml first:~/Desktop/Camino-DOWNLOADS/camomile-0.7.1 oliver$ ============================================================ I use ocaml 3.09.3. Ciao, Oliver