- From: Peter Johanson <peter@peterjohanson.com>
- Date: Mon, 5 Dec 2011 09:40:28 -0800
- To: uri@w3.org
I have been working on an implementation of URI Templates in C#, and came upon some ambiguity in the spec. In section 2.1 Literals, the ABNF includes %x5D-5F in the set for literals, but the comment mentions that literals should be 'any Unicode character except ... , "^", .. ' but "^" is %x5E. Is "^" in the set of literals or no? Thanks in advance, -pete
Received on Tuesday, 6 December 2011 12:39:19 UTC