Escape sequence change
authorGavin Carothers <gavin@carothers.name>
Tue, 01 May 2012 14:20:48 -0700
changeset 285 f0d8d6c91896
parent 284 b5ff9b19335e
child 286 edd6ac7020e5
Escape sequence change
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Tue May 01 14:17:57 2012 -0700
+++ b/rdf-turtle/index.html	Tue May 01 14:20:48 2012 -0700
@@ -633,7 +633,7 @@
 		    <tr>
 		      <td>'\U' <a href="#rHEX">hex</a> <a href="#rHEX">hex</a> <a href="#rHEX">hex</a> <a href="#rHEX">hex</a> <a href="#rHEX">hex</a> <a href="#rHEX">hex</a> <a href="#rHEX">hex</a> <a href="#rHEX">hex</a></td>
 
-		      <td>A Unicode codepoint in the range U+10000 to U+10FFFF inclusive
+		      <td>A Unicode codepoint in the range U+0 to U+10FFFF inclusive
 		      corresponding to the value encoded by the eight hexadecimal digits interpreted from most significant to least significant digit.</td>
 		    </tr>
 
@@ -1237,7 +1237,7 @@
           <h3>Grammar</h3>
           <p>A N-Triples document is a Unicode[[!UNICODE]] character string encoded in UTF-8.
           Unicode codepoints only in the range U+0 to U+10FFFF inclusive are allowed.</p>
-          <p><a href="#sec-strings">Escape sequence rules</a> are the same as Turtle. However, as only the <code>STRING_LITERAL2</code> production is allowed new lines in literals MUST be escaped.</p>
+          <p><a href="#sec-escapes">Escape sequence rules</a> are the same as Turtle. However, as only the <code>STRING_LITERAL2</code> production is allowed new lines in literals MUST be escaped.</p>
           <div data-include="n-prime-bnf.html">
           </div>
         </section>