URL encoding

  • Thread starter Thread starter farseer
  • Start date Start date
F

farseer

Hi,
Are there any built in functions of one of the native anscii C++
libraries that would allow me to encode a URL? and example would be to
convert "+" to "%2b", double quotes to %22, etc...
 
farseer said:
Hi,
Are there any built in functions of one of the native anscii C++
libraries that would allow me to encode a URL? and example would be to
convert "+" to "%2b", double quotes to %22, etc...

WinInet.dll has InternetCreateUrl and InternetCrackUrl that do this
encoding.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Metadata encoder 0
String conversion 4
Windows SDK for Server 2008 and .Net 3.5 5
Encoder - Removal?? 1
sproxy.exe errors if WSDL has soap:fault 0
Unable to load iso-8859-8 encoding 2
vlookup in VBA 3
EvilGnome. 2

Back
Top