~ no %[~.-!$&'()*+,;=:/?#@%_] encoding in IRIs
authorEric Prud'hommeaux <eric@w3.org>
Wed, 22 Feb 2012 09:27:10 -0500
changeset 206 fade92348740
parent 203 59fc36595622
child 207 321bc9cdcdaa
~ no %[~.-!$&'()*+,;=:/?#@%_] encoding in IRIs
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Wed Feb 22 01:55:28 2012 -0500
+++ b/rdf-turtle/index.html	Wed Feb 22 09:27:10 2012 -0500
@@ -670,7 +670,7 @@
 	      <a href="#term-turtle2-BLANK_NODE_LABEL"><span style="font-weight:bold;">Blank node label</span>s</a> and <a href="#term-turtle2-PN_LOCAL"><span style="font-weight:bold;">local name</span>s</a> may include:
 	    </p>
 	    <ul>
-	      <li>%-encoded sequences. A '%' followed by two hex characters represents that same sequence of three characters. 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>.</li>
+	      <li>%-encoded sequences: A '%' followed by two hex characters represents that same sequence of three characters. 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>.</li>
 	      <li>escaped punctuation: A '\' followed by one of <code>~.-!$&amp;'()*+,;=:/?#@%_</code> represents the character to the right of the '\'.</li>
 	    </ul>