URI strings
-
hi, is there any function in SDK, MFC to convert string into string usable as URL (URI escaping mechanism) I mean convarting & into %26 and so on Something like implementation RFC 2396 like: http://www.w3.org/People/Dürst/ http://www.w3.org/People/Dürst/ Thank you for help
viliam
-
hi, is there any function in SDK, MFC to convert string into string usable as URL (URI escaping mechanism) I mean convarting & into %26 and so on Something like implementation RFC 2396 like: http://www.w3.org/People/Dürst/ http://www.w3.org/People/Dürst/ Thank you for help
viliam
I would start with
InternetCanonicalizeUrl(...)
. Peace!-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites (Please rate this post!)