Look in ibrowse. ibrowse_lib:url_encode(Str) -> UrlEncodedStr Str = string() UrlEncodedStr = string() URL-encodes a string based on RFC 1738. Returns a flat list. cheers Chandru On 9 Jun 2005, at 23:16, Will Newton wrote: > > Is there any code in the OTP distribution for dealing with URIs, > specifically > escaping characters? >