Function webkit6::functions::uri_for_display
source · pub fn uri_for_display(uri: &str) -> Option<GString>
Expand description
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.
§uri
the URI to be converted
§Returns
@uri suitable for display, or None
in
case of error.