Support of UTF-8 in SPARQL Update queries by KMax · Pull Request #356 · RDFLib/rdflib (original) (raw)

@KMax - we don't really have a good way to test it.

I was going to say you could test against the rdflib-web endpoint, but then remembered we still haven't implement UPDATE :)

Trying to read up on what the "correct" thing to do is, all I can find in the SPARQL protocol about encoding is this: http://www.w3.org/TR/sparql11-protocol/#query-via-post-direct

For direct POST, "Note that UTF-8 is the only valid charset here."

but this for directly having the update statements in the body, this is for form encoded querying.

I'll test it against fuseki, and if it works we'll merge, ok?