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'm not sure there is something exactly like the structure you want in Boost.NetWork (wip, not reviewed yet) http://mikhailberis.github.com/cpp-netlib/ but maybe it will help? 

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