- From: Andy Seaborne <andy.seaborne@epimorphics.com>
- Date: Mon, 04 Mar 2013 20:05:34 +0000
- To: RDF-WG <public-rdf-wg@w3.org>
[18] has \ twice in the [^...] block.
[18] IRIREF ::= '<' ([^#x00-#x20<>\"{}|^`\] | UCHAR)* '>'
(there are no escape sequences in ABNF - \" is two characters, \ and ")
It should be e.g.
[^#x00-#x20<>"{}|^`\]
It's right in [159s] where it means \ and a "
[159s] ECHAR ::= '\' [tbnrf\"']
Andy
Received on Monday, 4 March 2013 20:06:06 UTC