Overview   Namespace   Class   Index   Help 
LIST OF:  VALUES


::

enum e_Anonymous__25


Summary
The mechanism describing how rtl_uriDecode() translates (part of) a URI into a Unicode string.

Values

rtl_UriDecodeNone
Summary
The text is returned completely unmodified.
rtl_UriDecodeToIuri
Summary
The text is returned in the form of an IURI (cf. draft-masinter-url-i18n-05.txt).
rtl_UriDecodeWithCharset
Summary
The text is decoded.
rtl_UriDecode_FORCE_EQUAL_SIZE

Top of Page