+ note about how %-encoded characters remain %-encoded.
authorEric Prud'hommeaux <eric@w3.org>
Wed, 15 Feb 2012 10:56:52 -0500
changeset 201 1b0258684a8e
parent 200 3ef1b4f35004
child 202 6844aa998a5a
+ note about how %-encoded characters remain %-encoded.
+ local names can use escape sequences.
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Wed Feb 08 19:03:30 2012 +0100
+++ b/rdf-turtle/index.html	Wed Feb 15 10:56:52 2012 -0500
@@ -543,7 +543,7 @@
           <section  id="sec-strings">
             <h3>String Escape Sequences</h3>
 
-            <p>Turtle strings and IRIs can use <code>\</code>-escape sequences to
+            <p>Turtle strings, IRIs and <a href="#term-turtle2-PN_LOCAL">local names</a> can use <code>\</code>-escape sequences to
             represent Unicode code points.</p>
 
             <p class="note">
@@ -553,6 +553,11 @@
 				<code>~.-!$&amp;'()*+,;=:/?#@%_</code>. It is not necessary to escape
 				these characters in strings or IRIs.</p>
 
+            <p class="note">The <a href="#term-turtle2-PERCENT">&lt;PERCENT&gt;</a> terminal matches %-encoding
+	    sequences. These sequences are <em>not</em> decoded during processing; a term written as
+	    <code>&lt;http://a.example/%66oo\-bar&gt;</code> in Turtle designates the RDF IRI
+	    <code>http://a.example/%66oo-bar</code>.</p>
+
 
             <p>The following table describes all the escape sequences
             allowed inside a <a href="#prod-turtle2-String">string</a>