<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
And for anyone who is wondering what is meant<br>
by "RFC" in this context:<br>
<br>
Tab Atkins Jr. wrote:
<blockquote
 cite="mid:dd0fbad1003182004q7ef19fc5wc403efbff633f99f@mail.gmail.com"
 type="cite"><br>
  <pre wrap=""><!---->
No, it just depends on which RFC you follow that describes URL
escaping. </pre>
</blockquote>
See section 2 of this document:<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.ietf.org/rfc/rfc2396.txt">http://www.ietf.org/rfc/rfc2396.txt</a><br>
<br>
- Dan<br>
<blockquote
 cite="mid:dd0fbad1003182004q7ef19fc5wc403efbff633f99f@mail.gmail.com"
 type="cite">
  <pre wrap=""> For example, PHP has two different url-escaping functions
to handle the two RFCs - urlencode (like hunchentoot's url-encode),
and rawurlencode (like javascript's encodeURI).

That said, the behavior of javascript's encode functions are generally
more common.

~TJ

_______________________________________________
tbnl-devel site list
<a class="moz-txt-link-abbreviated" href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/mailman/listinfo/tbnl-devel">http://common-lisp.net/mailman/listinfo/tbnl-devel</a>
  </pre>
</blockquote>
</body>
</html>