urlUtils Class Reference

Miscellaneous functions related to URLs. More...

List of all members.

Static Public Member Functions

static const string encode (const string &s)
static const string decode (const string &s)

Detailed Description

Miscellaneous functions related to URLs.


Member Function Documentation

const string decode ( const string s  )  [static]

Decode an hex-encoded URL (see encode()).

const string encode ( const string s  )  [static]

Encode extended characters in a URL string (ASCII characters are unmodified, other are encoded as '' followed by hex code).

References parserHelpers::isPrint(), and parserHelpers::isSpace().


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2