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 LAA09331; Fri, 4 May 2001 11:15:21 +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 LAA09255 for ; Fri, 4 May 2001 11:15:20 +0200 (MET DST) Received: from tcs.inf.tu-dresden.de (tcs.inf.tu-dresden.de [141.76.75.101]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f449FID16000 for ; Fri, 4 May 2001 11:15:18 +0200 (MET DST) Received: from ithif51 (ithif51 [141.76.75.51]) by tcs.inf.tu-dresden.de (8.12.0.Beta7/8.12.0.Beta7) with ESMTP id f449FArb017077; Fri, 4 May 2001 11:15:15 +0200 (MET DST) Received: from tews by ithif51 with local (Exim 3.12 #1 (Debian)) id 14vbg6-0008VH-00; Fri, 04 May 2001 11:15:10 +0200 From: Hendrik Tews MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Miles Egan Cc: caml-list@inria.fr Subject: Re: [Caml-list] printable digest strings In-Reply-To: <20010503153234.A28259@caddr.com> References: <20010503153234.A28259@caddr.com> X-Mailer: VM 6.34 under Emacs 20.7.2 Message-Id: Date: Fri, 04 May 2001 11:15:10 +0200 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, Miles Egan writes: From: Miles Egan Date: Thu, 3 May 2001 15:32:34 -0700 Subject: [Caml-list] printable digest strings I can't seem to find a function to create printable versions of the digest strings generated by the digest module, like the output of the common unix md5sum utility. Am I missing something or does it not exist? What about String.escaped? >>From the string module docs: val escaped: string -> string Return a copy of the argument, with special characters represented by escape sequences, following the lexical conventions of Objective Caml. Bye, Hendrik ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr