Project

General

Profile

Bug #205

IRI parsing flakiness

Added by Gregg - over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
SPARQL Parser
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
invalid

Description

<pre>
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
@prefix test:  <http://example.org/test#> .
test:Test-comma    test:uri    test:U,062F .
</pre>
and the result is:
<pre>
0000: HTTP/1.1 500 Unable to load 
file:///Users/gar/work/mulligan/test/iri/comma-U.062F.n3 
into http://example.org/test/iri/: unexpected char: 'F'
</pre>
<pre>
#1

Updated by Paula Gearon over 14 years ago

  • Status changed from New to Closed
  • Resolution set to invalid

These are invalid QNames. If you need this as a URI, then use the URI syntax (which is to wrap the URI with angle brackets).

Also available in: Atom PDF