From: Zoran V. <zv...@ar...> - 2007-06-29 09:05:53
|
Hi, Look here: lexxsrv:nscp 5> ns_urlencode -part path "foo+bar" foo+bar lexxsrv:nscp 6> ns_urldecode -part path foo+bar foo bar This does not seem right to me, does it? I would say, the following must be truth: $string == [ns_urldecode -part path [ns_urlencode -part path $string]] which here it isn't. If nobody strongly objects I will have to fix that accordingly. Cheers, Zoran |