From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.0 required=5.0 tests=AWL,SPF_HELO_SOFTFAIL autolearn=disabled version=3.1.3 Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id EB539BC77 for ; Tue, 1 May 2007 13:00:33 +0200 (CEST) Received: from einhorn.in-berlin.de (einhorn.in-berlin.de [192.109.42.8]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l41B0XAJ026246 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Tue, 1 May 2007 13:00:33 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: Received: from first (dslb-088-073-110-185.pools.arcor-ip.net [88.73.110.185]) (authenticated bits=0) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id l41B0W88005734 for ; Tue, 1 May 2007 13:00:32 +0200 Received: by first (Postfix, from userid 501) id 7B49C3AF607; Tue, 1 May 2007 13:00:29 +0200 (CEST) Date: Tue, 1 May 2007 13:00:29 +0200 From: Oliver Bandel To: Caml-list Subject: camomile-problem (Re: [Caml-list] mboxlib reloaded ;-)) Message-ID: <20070501110028.GA1004@first.in-berlin.de> References: <20070427231220.GA1507@first.in-berlin.de> <1177721646.16582.8.camel@rosella.wigram> <20070428104746.GA363@first.in-berlin.de> <20070428125453.1fef4ae4@kerneis.info> <20070428114450.GI363@first.in-berlin.de> <1177768191.11923.24.camel@rosella.wigram> <20070428141812.GD2396@first.in-berlin.de> <20070429104458.GB30510@furbychan.cocan.org> <20070429154157.GA547@first.in-berlin.de> <4634E914.9050001@rftp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4634E914.9050001@rftp.com> User-Agent: Mutt/1.5.6i X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Miltered: at discorde with ID 46371DD1.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; bandel:01 in-berlin:01 reloaded:01 bandel:01 bindings:01 ocaml:01 lgpl:01 camomile:01 camomile:01 ocaml:01 o'caml:01 encodings:01 mappings:01 mli:01 terminating:01 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