Re: ISSUE-58: PlainLiteral and TypedLiteral value for strings [RDFa 1.1 API]

On Thu, 28 Oct 2010 01:42:50 +0000
RDFa Working Group Issue Tracker <sysbot+tracker@w3.org> wrote:

> If somebody implements an N-Triples parser, then the value of Plain
> Literals will be ascii safe

That's not true. The following RDFa and N-Triples should each result in
the same triple, with an object consisting of a single non-ASCII
character:

	<div about="#nbsp"
	     property="http://example.com/lit"
	     >&#xA0;</div>

	<#nbsp> <http://example.com/lit> "\u00A0" .

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

Received on Thursday, 28 October 2010 08:52:15 UTC