URL Encoding API in C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhivns
    New Member
    • Nov 2007
    • 52

    URL Encoding API in C++

    Hi,

    I'm using InternetCanonic alizeUrl API for URL encoding.
    But My data contains something like "<?xml version="1.0" encoding="utf-8"?>..". InternetCanonic alizeUrl fails to encode after first < char.
    are there any other standarad API to do such data.

    Actually data that i want to encode is the data read from some XML file.

    Thanks !
    VNS
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Maybe you could post the C++ code that's not working for you.

    Comment

    Working...