|
RDFS
The Rice Comp413 2017 class' continuation on the work of the 2016 RDFS.
|
Percent encoding and decoding. More...
#include <utility.h>
Static Public Member Functions | |
| static std::string | encode (const std::string &value) noexcept |
| Returns percent-encoded string. | |
| static std::string | decode (const std::string &value) noexcept |
| Returns percent-decoded string. | |
Percent encoding and decoding.
1.8.6