::

enum e_Anonymous__31


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_UriDecodeStrict
Summary
Like rtl_UriDecodeWithCharset, but indicating failure when converting unmappable characters.
Since
UDK 3.2.0
rtl_UriDecode_FORCE_EQUAL_SIZE

Top of Page