From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id TAA13461; Thu, 15 Apr 2004 19:34:44 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id TAA12736 for ; Thu, 15 Apr 2004 19:34:43 +0200 (MET DST) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by concorde.inria.fr (8.12.10/8.12.10) with ESMTP id i3FHYfYM008489 for ; Thu, 15 Apr 2004 19:34:41 +0200 Received: (qmail 23388 invoked by uid 64014); 15 Apr 2004 17:34:38 -0000 Received: from shawnw@speakeasy.org by mail6.speakeasy.net with AmikaGuardian-Server-2.1.2; 15 Apr 2004 17:34:38 -0000 X-AmikaGuardian-Id: mail6.speakeasy.net108205047726123369 X-AmikaGuardian-Category: AN:Override Structure : 2.3 X-AmikaGuardian-Category: AN:Vectored : 2.3 X-AmikaGuardian-Category: AN:Forwarded Mail : 2.3 X-AmikaGuardian-Category: AN:Override : 2.3 X-AmikaGuardian-Category: AN:Exception : 2.3 X-AmikaGuardian-Action: Do Nothing() Received: from dialup-4.242.123.229.dial1.seattle1.level3.net (HELO sherlock.localdomain) (shawnw@[4.242.123.229]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Apr 2004 17:34:37 -0000 Received: by sherlock.localdomain (Postfix, from userid 502) id DA2BB113B3; Thu, 15 Apr 2004 10:34:02 -0700 (PDT) Date: Thu, 15 Apr 2004 10:34:02 -0700 From: Shawn Wagner To: caml-list Subject: Re: [Caml-list] Camomile-0.5.0 Message-ID: <20040415173402.GH648@speakeasy.org> Mail-Followup-To: caml-list References: <20040416.012529.21602566.yoriyuki@mbg.ocn.ne.jp> <1082049719.20677.1262.camel@pelican> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1082049719.20677.1262.camel@pelican> User-Agent: Mutt/1.4.2i X-Miltered: at concorde by Joe's j-chkmail ("http://j-chkmail.ensmp.fr")! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; shawnw:01 caml-list:01 2004:99 2004:99 yamagata:01 yoriyuki:01 camomile:01 pervasives:01 char:01 buffer:01 yea:99 collation:01 locale:01 locale:01 deficient:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, Apr 16, 2004 at 03:22:00AM +1000, skaller wrote: > On Fri, 2004-04-16 at 02:25, Yamagata Yoriyuki wrote: > > > Camomile is a comprehensive Unicode library for OCaml. Changes from > > the previous version are, > > > > * Internationalized Pervasives, Char, String, Buffer modules > > Yea! > > > * Search strings by matching collation > > * Binding to ISO C Locale. > > I have a question here. The C locale concept does need > a binding, unfortunately. However it is well known > this is a seriously deficient hack, and the use > of C locales should be strongly discouraged. Extlib supports the standard C locale functions (setlocale, the ctype.h character classification functions, strcoll, localeconv, etc.) It doesn't try to work around any of the problems with the C locale model, but it's better than nothing. http://raevnos.pennmush.org/code/extlib/ -- Shawn Wagner shawnw@speakeasy.org ------------------- 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