pchampin / sophia_rs

Sophia: a Rust toolkit for RDF and Linked Data
Other
214 stars 23 forks source link

Percent-escaped IRI are considered invalid #10

Closed althonos closed 5 years ago

althonos commented 5 years ago

Hi!

While running tests using the rdf-tests I stumbled upon this issue, where valid percent-encoded IRI would be considered invalid: for instance, parsing rdf-charmod-uris/test002.nt will fail because http://example.org/#Andr%C3%A9 is considered invalid.