uri-escapify-comma

Name

uri-escapify-comma -- Replace commas in URI with the %2C escape code.

Synopsis

(uri-escapify-comma uri)

Description

Replace commas in URI with the %2C 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 102 (CVS log)