$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] url encoding
From: Kraus Philipp (philipp.kraus_at_[hidden])
Date: 2011-07-25 07:07:10
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
Phil