|
VMime
|
#include <urlUtils.hpp>
Static Public Member Functions | |
| static const string | encode (const string &s) |
| static const string | decode (const string &s) |
Miscellaneous functions related to URLs.
Decode an hex-encoded URL (see encode()).
References vmime::dynamicCast().
Encode extended characters in a URL string (ASCII characters are unmodified, other are encoded as '' followed by hex code).
References vmime::dynamicCast(), parserHelpers::isPrint(), and parserHelpers::isSpace().