On 4/25/05, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote: > > We have switched our app to Naviserver and there was one spot > I had to fix: ns_urlencode > > This call is now properly escaping blanks depending on the > part of the URL string: path-part or query-part. If you use > this command you might want to check out its usage.
Is this not backwards compatible? It defaults to '-part query' which is what the old command did, turning blanks into +'s. Just wondering...