Re: Serd Turtle implementation report

On Thu, 2013-12-26 at 10:44 -0800, Gregg Kellogg wrote:
> On Dec 24, 2013, at 3:10 PM, David Robillard <d@drobilla.net> wrote:
> 
> > Attached is an updated report for Serd on the latest Turtle test suite.
> 
> Thanks, I've added your results to <https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-turtle/reports/index.html>.
> 
> > Since my improvements were rejected, I once again had to manually fix
> > much of the suite to be able to verify round-trip ttl->nt->ttl
> > correctness with a streaming implementation and simple text-based
> > verification.  A diff is attached for reference, but I do not expect it
> > to be addressed.
> > 
> > One comment/question: The new tests add extended characters in blank
> > node names, which seems to make round-trip to/from ASCII impossible.
> > Lack of an escape mechanism capable of doing this is unfortunate.  If
> > I'm mistaken and there is a way of doing so, I'd like to know how.
> 
> Round trip would require using UTF-8, not ASCII.

Well, it would be possible with escaping (e.g. you could hex encode the
bytes), but with the current spec that does seem to be the case.  I was
just making sure.

-- 
dr

Received on Friday, 27 December 2013 01:46:36 UTC