Sun Java System Web Server 7.0 Update 2 NSAPI Developer's Guide

util_uri_unescape() Function

The util_uri_unescape function converts the encoded characters of a URI into their ASCII equivalents. Encoded characters appear as %XX, where XX is a hexadecimal equivalent of the character.


Note –

You cannot use an embedded null in a string, because NSAPI functions assume that a null is the end of the string. Therefore, passing Unicode-encoded content through an NSAPI plug-in does not work.


Syntax

void util_uri_unescape(char *uri);

Return Values

void

Parameters

char *uri is the URI to be converted.

See Also

util_uri_escape() Functionutil_uri_is_evil() Function, util_uri_parse() Function