uri_for_display


Description:


[ Version ( since = "2.24" ) ]
public string? uri_for_display (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:

uri

the URI to be converted

Returns:

uri suitable for display, or null in case of error.


Namespace: WebKit
Package: webkit2gtk-4.0