[plt-scheme] URL encoding/decoding

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Sun Jun 23 11:20:05 EDT 2002

It appears not.  E.g.

> (require (lib "qp.ss" "net"))
> (qp-encode "hello there")
"hello there"

By my reading of the form-urlencoded encoding (RFC
1738) this should be "hello%20there" or "hello+there".

Noel

--- Jens_Axel_Søgaard <jensaxel at soegaard.net> wrote:
...
> Can net.ss be used (see the last section)?
> 
> --
> Jens Axel Søgaard

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



Posted on the users mailing list.