Sun Java System Web Server 6.1 SP12 NSAPI Programmer's Guide

util_uri_unescape

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 doesn’t work.


Syntax

void util_uri_unescape(char *uri);

Returns

void

Parameters

char *uri is the URI to be converted.

See Also

util_uri_escape, util_uri_is_evil, util_uri_parse