- uri_normalized_iri(+URI, -NormalizedIRI) is det
- As uri_normalized/2, but percent-encoding is translated into IRI
Unicode characters. The translation is liberal: valid UTF-8
sequences of %-encoded bytes are mapped to the Unicode
character. Other %XX-sequences are mapped to the corresponding
ISO-Latin-1 character and sole % characters are left untouched.
- See also
- - uri_iri/2.