> FYI - I am writing a .Net based library and so I currently use > System.Uri.EscapeDataString<http://msdn.microsoft.com/en-us/library/system.uri.escapedatastring.aspx>to > do my escaping
I don't know what that routine is, but if it's not RFC 3986 compliant, it won't work. You might want to roll your own, it's a couple lines of code and a regex. -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * [email protected] -- "EH! STEVE!" ---------------------------------------------------------------
