+ note about how %-encoded characters remain %-encoded.
+ local names can use escape sequences.
--- 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>~.-!$&'()*+,;=:/?#@%_</code>. It is not necessary to escape
these characters in strings or IRIs.</p>
+ <p class="note">The <a href="#term-turtle2-PERCENT"><PERCENT></a> terminal matches %-encoding
+ sequences. These sequences are <em>not</em> decoded during processing; a term written as
+ <code><http://a.example/%66oo\-bar></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>