Add to git.
[pthrlib.git] / doc / cgi_unescape.3.html
1 <html>
2 <head>
3 <meta name="generator" content="groff -Thtml, see www.gnu.org">
4 <meta name="Content-Style" content="text/css">
5 <title>cgi_escape</title>
6 </head>
7 <body>
8
9 <h1 align=center>cgi_escape</h1>
10 <a href="#NAME">NAME</a><br>
11 <a href="#SYNOPSIS">SYNOPSIS</a><br>
12 <a href="#DESCRIPTION">DESCRIPTION</a><br>
13 <a href="#AUTHOR">AUTHOR</a><br>
14 <a href="#LICENSE">LICENSE</a><br>
15 <a href="#VERSION">VERSION</a><br>
16 <a href="#SEE ALSO">SEE ALSO</a><br>
17
18 <hr>
19 <!-- Creator     : groff version 1.17.2 -->
20 <!-- CreationDate: Fri Aug 30 16:16:15 2002 -->
21 <a name="NAME"></a>
22 <h2>NAME</h2>
23 <table width="100%" border=0 rules="none" frame="void"
24        cols="2" cellspacing="0" cellpadding="0">
25 <tr valign="top" align="left">
26 <td width="10%"></td><td width="90%">
27 cgi_escape, cgi_unescape - %-escape and unescape CGI arguments.</td></table>
28 <a name="SYNOPSIS"></a>
29 <h2>SYNOPSIS</h2>
30
31 <table width="100%" border=0 rules="none" frame="void"
32        cols="2" cellspacing="0" cellpadding="0">
33 <tr valign="top" align="left">
34 <td width="10%"></td><td width="90%">
35 <pre><b>#include &lt;pthr_cgi.h&gt;
36
37 char *cgi_escape (pool, const char *str);
38 char *cgi_unescape (pool, const char *str);
39 </b></pre></td></table>
40 <a name="DESCRIPTION"></a>
41 <h2>DESCRIPTION</h2>
42
43 <table width="100%" border=0 rules="none" frame="void"
44        cols="2" cellspacing="0" cellpadding="0">
45 <tr valign="top" align="left">
46 <td width="10%"></td><td width="90%">
47 These functions do %-escaping and unescaping on CGI
48 arguments. When %-escaping a string, <b>&quot; &quot;</b> is
49 replaced by <b>&quot;+&quot;</b>, and non-printable
50 characters are replaced by <b>&quot;%hh&quot;</b> where
51 <b>hh</b> is a two-digit hex code. Unescaping a string
52 reverses this process.</td></table>
53 <a name="AUTHOR"></a>
54 <h2>AUTHOR</h2>
55
56 <table width="100%" border=0 rules="none" frame="void"
57        cols="2" cellspacing="0" cellpadding="0">
58 <tr valign="top" align="left">
59 <td width="10%"></td><td width="90%">
60 Richard Jones &lt;rich@annexia.org&gt;</td></table>
61 <a name="LICENSE"></a>
62 <h2>LICENSE</h2>
63
64 <table width="100%" border=0 rules="none" frame="void"
65        cols="2" cellspacing="0" cellpadding="0">
66 <tr valign="top" align="left">
67 <td width="10%"></td><td width="90%">
68 GNU LGPL (see http://www.gnu.org/)</td></table>
69 <a name="VERSION"></a>
70 <h2>VERSION</h2>
71
72 <table width="100%" border=0 rules="none" frame="void"
73        cols="2" cellspacing="0" cellpadding="0">
74 <tr valign="top" align="left">
75 <td width="10%"></td><td width="90%">
76 pthrlib-3.0.3</td></table>
77 <a name="SEE ALSO"></a>
78 <h2>SEE ALSO</h2>
79
80 <table width="100%" border=0 rules="none" frame="void"
81        cols="2" cellspacing="0" cellpadding="0">
82 <tr valign="top" align="left">
83 <td width="10%"></td><td width="90%">
84 <b>new_cgi(3)</b>, <b>new_http_request(3)</b>.</td></table>
85 <hr>
86 </body>
87 </html>