With the default $escapemode, Embperl seems to encode
javascript('foo bar')
as
javascript('foo+bar')
but I would have expected
javascript('foo%20bar')
like Apache::Utils::escape_uri() does it. The '+', to me, means
multiple options.
Am I misguided? Or is Embperl? Or is this one of those 'undefined
behavior' things?
thanks,
-- Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: uri escaping spaces Michael Blakeley
- Re: uri escaping spaces Chris Thorman
- Re: uri escaping spaces Michael Blakeley
- RE: uri escaping spaces Gerald Richter
- Re: uri escaping spaces Bryan Thale
