Don't click here unless you want to be banned.

LSL Wiki : llUnescapeURL

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are crawl338.us.archive.org
string llUnescapeURL(string url)

Returns the string that is the URL unescaped version of url, replacing "%20" with spaces, etc.
The function can output raw UTF-8 strings.

Like llEscapeURL, this function can only output 254 characters.

See llEscapeURL.

Note that llUnescapeURL does not recognize "+" as a space. When using PHP to encode strings for this you will need to use rawurlencode(), not urlencode().


This article wasn't helpful for you? Maybe the related article at the LSL Portal is able to bring enlightenment.

Functions
Comments [Hide comments/form]
This function does not produce the /0 character for %00, but an empty string. Any ideas?
-- p549573BB.dip.t-dialin.net (2008-01-05 11:50:08)
Attach a comment to this page: