summaryrefslogtreecommitdiff
path: root/TODO.html
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2004-12-22 18:20:15 +0000
committerDave Beckett <dave@dajobe.org>2004-12-22 18:20:15 +0000
commit559e39bff9d15d45e2dda1ce9a3183a9c38014a9 (patch)
tree7446e45e718dc396929bf8b2f70030b651e21509 /TODO.html
parenta49b7fa72f5264bd2f8c758b44ca07f969a1dd12 (diff)
downloadraptor-559e39bff9d15d45e2dda1ce9a3183a9c38014a9.tar.gz
+ URI escaping - what, when to do?
+ N-Triples > escaping.
Diffstat (limited to 'TODO.html')
-rw-r--r--TODO.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.html b/TODO.html
index a06bcbbd..35ec96f9 100644
--- a/TODO.html
+++ b/TODO.html
@@ -11,6 +11,10 @@
<h2>Bugs and Features</h2>
<ul>
+<li>Handle bad RDF URI references somehow - such as those containing
+dissallowed URI octets (RFC 2396 as updated by RFC 2732) - silently convert
+on input or noisly convert on input. For example, &gt; in a URI in RDF/XML would get turned into \u003E in an N-Triples output.</li>
+<li>Related to the above, escape output &gt; delimiter for N-Triples URI-references</li>
<li>Update the rdf/rdfs schema documents. Convert the turtle labels
from unicode character form into UTF-8 (DATA, DOCS)</li>
<li>LSID URN support (FEATURE)</li>