Re: Escaping unicode literals in URIs in programming language parsers (not Java, C or C++)

Hi Rob,

> Are the escape codes for URIs in
> RDF/XML and NTriples also in the format \uXXXX and \uXXXXXXXX ?

N-Triples' escape sequence rules are the same as Turtle,
according to the spec (http://www.w3.org/TR/n-triples/#n-triples-grammar).
The RDF/XML spec (http://www.w3.org/TR/rdf-syntax-grammar/#section-element-node)
says that escaping of the URI accessor uses the N-Triples escapes for IRIs.

Best,

Ruben

Received on Friday, 23 October 2015 20:02:20 UTC