uri_to_iri(uri)
[source]
Converts a Uniform Resource Identifier into an Internationalized Resource Identifier.
This is an algorithm from section 3.2 of RFC 3987#section-3.2.
Takes a URI in ASCII bytes and returns a unicode string containing the encoded result.
Please login to continue.