views:

301

answers:

2

How do you URL escape an MFC CString?

+1  A: 

You can try this CodeProject.

Matthew Flaschen
+5  A: 

InternetCanonicalizeUrl()

Serge - appTranslator
Quick solution, nice. I was going to post source code but this will do just fin!
toto
Doesn't take or return a CString directly, but it's simple to convert back and forth.
Matthew Flaschen