[REBOL] Re: loosing "+" from cgi input
From: volker:nitsch:gma:il at: 25-Apr-2005 16:41
did you really get that? "+" is a special char for space in a query.
probe decode-cgi "arg=Hello+world"
== [arg: "Hello world"]
On 4/25/05, [sags--apollo--lv] <[sags--apollo--lv]> wrote:
> Hi, Rebolers!
>
> How to get the string variable, that begins with "+" from cgi
> input?
>
> f.ex.
> cgi query => ?phoneNo=+3711234567
>
> frmdata: construct/with decode-cgi cgistr context [
> phoneNo: date: month: none
> ]
> probe frmdata
>
> phoneNo: " 3711234567"
>
> brgds
> Janeks
>
> --
> To unsubscribe from the list, just send an email to
> lists at rebol.com with unsubscribe as the subject.
>
--
-Volker
Any problem in computer science can be solved with another layer of
indirection. But that usually will create another problem.
David
Wheeler