Re: Request.unescape

On Mon, 31 Jul 2000, Walter do Valle wrote:

> 
> Can anybody tell me what exactly does the Request.unescape method?

It transform www-form-urlencoded strings into "normal" strings,
ie: "foo%3Fbar+foo" -> "foo?bar foo".

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Wednesday, 2 August 2000 07:23:01 UTC