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 SAA21010; Thu, 11 Sep 2003 18:53:26 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id SAA04554 for ; Thu, 11 Sep 2003 18:53:24 +0200 (MET DST) Received: from smtp.uc3m.es (smtp03.uc3m.es [163.117.136.123]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h8BGrOT11830 for ; Thu, 11 Sep 2003 18:53:24 +0200 (MET DST) Received: from smtp03.uc3m.es (localhost [127.0.0.1]) by smtp.uc3m.es (Postfix) with ESMTP id E9E2C431E1 for ; Thu, 11 Sep 2003 18:53:23 +0200 (CEST) Received: from alcaudon.tsc.uc3m.es (alcaudon.tsc.uc3m.es [163.117.145.35]) by smtp03.uc3m.es (Postfix) with ESMTP id DB7072B67C for ; Thu, 11 Sep 2003 18:53:23 +0200 (CEST) Received: from tsc.uc3m.es ([127.0.0.1]) by alcaudon.tsc.uc3m.es (Netscape Messaging Server 4.15) with ESMTP id HL26WS00.J04 for ; Thu, 11 Sep 2003 18:53:16 +0200 From: To: caml-list@inria.fr Message-Id: <7ec246d8.46d87ec2@tsc.uc3m.es> Date: Thu, 11 Sep 2003 18:53:16 +0200 X-Mailer: Netscape Webmail MIME-Version: 1.0 Content-Language: es Subject: [Caml-list] escape characters in a cgi parameter X-Accept-Language: es Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, hits=0.7 required=5.0 tests=NO_REAL_NAME,X_ACCEPT_LANG version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-DCC-Servercave-Metrics: alcaudon 1183; IP=ok Body=1 Fuz1=1 Fuz2=1 X-TSC-Mailscanner-Ver: XMailScanner Rev 2.0 X-TSC-Mailscanner-Ref: alcaudon.tsc.uc3m.es Thu Sep 11 18:53:22 2003 X-TSC-Mailscanner-Status: clean X-TSC-Mailscanner-Checksum: iD8DBQE/YKiCnasc8ml271URAjnTAJ4z8q8MBprLMYqSewTJ/cLlzzcv9gCguxiX bCFgqFk1iu6UMEy1vcIhM0Q= =ilbD X-TSC-Mailscanner-Checksum-Version: GnuPG v1.2.0 (SunOS) X-Loop: caml-list@inria.fr X-Spam: no; 0.00; exception:02 receive:97 receive:97 library:03 arguments:03 arguments:03 anybody:03 parse:04 parse:04 parameter:04 parameter:04 parameters:05 parameters:05 problem:07 function:09 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi list=2E I=B4m using the CGI library in order to receive arguments in a CGI = application=2E I use the function =22parse=5Farguments=22 for parse the C= GI = arguments=2E = My problem is=3B when I receive the cgi parameters=2C if one of the = parameters include one of this characters=3A =3D or =26 the function = parse=5Farguments returns one exception=2E I must escape the characters =3D= = and =26=2C but how can I do that=3F Anybody knows how to escape character= s = in a cgi parameter=3F = Thank you very much=2E ------------------- 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