On Mon, Jul 25, 2011 at 13:07, Kraus Philipp
<philipp.kraus@flashpixx.de> wrote:
Hello,
does boost support any url encoding structures? I would like to transform a std::string with spaces and other chars to the correct url representation (space will be changed to %20 ...).
Thanks
Hi,
I glanced a few minutes but didn't find exactly what you need, I think maybe there is an internal type that does this.
Joël Lamotte