cgi-escapify-space

Name

cgi-escapify-space -- Replace spaces in URI with the + escape code.

Synopsis

(cgi-escapify-space uri)

Description

Replace spaces in URI with the + escape code. This is useful since netscape's remote command invocation does a stupid syntactic scan of the passed url and treats commas as argument command separators, so the url gets chopped off at the first literal comma.

Implementation Notes

Module: (app scwm netscape)

Defined in scheme/netscape.scm at line 109 (CVS log)