[REBOL] loosing "+" from cgi input
From: sags::apollo::lv at: 25-Apr-2005 17:13
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