I've noticed that the HttpUtility.UrlDecode doesn't handle some of the old style character escapes, such as "&" and " ". While I understand that the %xx format should be used, a lot of sites still use the older style of escapes. Is there some way to convert these escapes, or should I manually replace "&" with %26 and " " with +?
If it's a manual process, does anyone know if there is a definitive list of these non standard escapes, or is that an oxymoron? Thanks, Erick You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.