Prefer unicode code point style
authorGavin Carothers <gavin@carothers.name>
Sun, 11 Aug 2013 16:41:06 -0700
changeset 976 7356c3baaf5d
parent 975 d1984576560c
child 977 0c734a423940
Prefer unicode code point style
rdf-turtle/n-triples.html
--- a/rdf-turtle/n-triples.html	Sun Aug 11 16:39:47 2013 -0700
+++ b/rdf-turtle/n-triples.html	Sun Aug 11 16:41:06 2013 -0700
@@ -112,7 +112,7 @@
         <p>The syntax is a revised version of N-Triples as originally defined in the RDF Test Cases [[!RDF-TESTCASES]] document. Its original intent was for writing test cases, but it has proven to be popular as a exchange format for RDF data.</p>
       <p>An N-Triples document contains no parsing directives.
     </p>
-    <p>N-Triples triples are a sequence of RDF terms representing the subject, predicate and object of an RDF Triple. These may be seperated by white space (spaces <code>#x20</code> or tabs <code>#x9</code>). This sequence is terminated by a '<code>.</code>' and a new line (optional at the end of a document).
+    <p>N-Triples triples are a sequence of RDF terms representing the subject, predicate and object of an RDF Triple. These may be seperated by white space (spaces <code>U+0020</code> or tabs <code>U+0009</code>). This sequence is terminated by a '<code>.</code>' and a new line (optional at the end of a document).
     </p>
 
       <pre class="example"><script type="application/n-triples"><http://one.example/subject1> <http://one.example/predicate1> <http://one.example/object1> . # comments here