uriForDisplay

fnstring uriForDisplay(string uri)

Use this function to format a URI for display.

The URIs used internally by WebKit may contain percent-encoded characters or Punycode, which are not generally suitable to display to users. This function provides protection against IDN homograph attacks, so in some cases the host part of the returned URI may be in Punycode if the safety check fails.

Parameters

urithe URI to be converted

Returns

uri suitable for display, or null in

case of error.